[cvsnt] can't set acl rights

Arthur Barrett arthur.barrett at march-hare.com
Fri Oct 3 10:59:57 BST 2008


> I've tried:
> cvs rchacl -a all -u limited mydir
> cvs rchacl -n -a read -u limited mydir/prog

WRONG!

I already told you for aclmode-normal you need something like:
 cvs rchacl -n -a all -u limited mydir
 cvs rchacl -a read -u limited mydir/prog

> But user from "limited"-group can read only 
> files in mydir/prog, but no subfolders in it. 
> And in this folder such user can add or modify
> files.

It will be clearer to us what you mean if you provide the exact commit messages, eg:

cvs -d :pserver:limiteduser at host:/repo commit -m "test" mydir/prog
cvs server: errror! you do not have permission to commit mydir/prog/test.txt

cvs -d :pserver:limiteduser at host:/repo commit -m "test" mydir/prog/subdir
Committed 1.5 from 1.4 of mydir/prog/subdir/test.txt
Commit Successful

Regards,


Arthur




More information about the cvsnt mailing list