jpablo wrote:
>
>       I need to stablish a strict lock on each checkout on my 
repository,
>and then, when a user try to checkout a locked file, I need to denie
>access.
>
>       As far as I see, I can a do a cvs admin -l to make a lock and 
use
>rcslock.pl in commitinfo to deny access for checkins... I have 2
>question. 
>
>1- How can I automate the strinct locking creation? I cant not rely 
on
>users for this, I need some automated method to lock on each checout.

If you want strict locking, you should probably use a different 
program (like RCS).  CVS has been designed specifically not to require 
strict locking.  It only supports it because the underlying file 
structure is based on RCS which is a strict locking version control 
system.

-- 
Stephen Rasku                   E-mail: [EMAIL PROTECTED]
Senior Software Engineer        Web:    http://www.pop-star.net/
TGI Technologies


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

Reply via email to