[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: CVS permission problem on commit



On Wed, Apr 18, 2001 at 04:40:08PM +0530, Dwivedi Ajay kumar wrote:
> On Wed, 18 Apr 2001, Sandip Bhattacharya wrote:
> 
> > Hi!
> > I am facing this irritating problem with cvs. Whenever I commit a
> > file, CVS changes the permission of the file to read-only. While I am
> > the owner of the file, this requires overriding the readonly flag
> > everytime I save, and Emacs even refuses to let me edit the file!
> 	
> 	You need to open the file for editing after a commit. The general
> method is 
> cvs edit [file]
> cvs update
> cvs commit
> cvs edit
> .....

This is true of other revision control systems, but I don't think this was
the default behavior with CVS. Has it changed recently ?

	-Arun