[cvsnt] Re: Locking out specific projects...
Tony Hoyle
tmh at nodomain.org
Fri Sep 17 00:25:41 BST 2004
Glen Starrett wrote:
> Check out the LockServer page in http://www.cvsnt.org/wiki/LockServer ,
> there's a tip there that might do what you're looking for: A way to
> lock all the files in a particular module until you cancel the lock.
>
You can also lock out with ACLs:
cd project
cvs chacl curtis:rwc
cvs chacl default:n
That should stop anyone doing anything.
There's also the brute-force method of setting the NTFS acl in the
repository...
Tony
More information about the cvsnt
mailing list