Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Hi, Can somebody explain to me how this works, please!!? It appears no matter what I do I cannot lock down a branch to commits. There are no restrictions by default, I attempt to lock down a branch with the following command from the root dir: cvs chacl -R -r branch1 -a read,nowrite,nocreate,notag,nocontrol Once I have done this if I use cvs lsacl to check the permissions on the root dir I get the following result: Directory: . Owner: testadmin branch=branch1 read write(deny) create(deny) tag(deny) control(deny) If I then modify a file and commit it on that branch, the operation is allowed. The owner of the dir where the file is located is not the owner attempting to commit. The only way I seem to be able to get it to work is to make the branch unreadable as well which sort of defeats the purpose of what I'm trying to do. If anyone can give me some ponters here I'd be most grateful. The manual is not particularly verbose on this subject. Thanks in advance, James Kavanagh