info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disallow multiple checkouts


From: david
Subject: Re: Disallow multiple checkouts
Date: Wed, 17 Apr 2002 10:52:55 -0500 (CDT)

> 
> Hi all,
> 
> Just wanted to know  how to  disallow multiple checkouts of the same
> file.
>
By not using CVS.  The C in CVS stands for Concurrent, and disallowing
multiple checkouts is almost exactly what CVS was not designed to do.

It is possible to use "cvs watch on" to force CVS to checkout and
update files in read-only status, which will be changed to read-write
status with "cvs edit", and "cvs editors" will show who is editing
the file.  This is as close as CVS gets, and in my experience
notification is just as good as hard locking.
 
David H. Thornley                        | If you want my opinion, ask.
address@hidden                       | If you don't, flee.
http://www.thornley.net/~thornley/david/ | O-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]