On Tue, 23 Apr 2002 14:44:22 -0400
"Krishnamoorthy, Balaji" <[EMAIL PROTECTED]>
wrote:

> Hi All,
>     I have a CVS server setup in the Unix , all the users are defined
>     in the passwd file , of the repository . The CVSROOT is as 
>     ":cvspserver:[EMAIL PROTECTED]:/local/apps/cvs/sample
>     apprepository" .And these repositories are defined in cvsstart
>     file .
> 
> The problem is 
> cvs edit -c for a locked checkout does not work. Any other user can
> unlock the file . 
> 
> Could anyone please suggest a workaround .

Don't use CVS? The "C" in CVS stands for "Concurrent". This means that
anyone can edit any file at any time. If you need true locking, then you
will have to use one of the hacks floating around to add this to CVS or
live with the fact that CVS does not work that way.

- Rob

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to