> 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:[EMAIL PROTECTED]:/repo commit -m "test" mydir/prog cvs server: errror! you do not have permission to commit mydir/prog/test.txt cvs -d :pserver:[EMAIL PROTECTED]:/repo commit -m "test" mydir/prog/subdir Committed 1.5 from 1.4 of mydir/prog/subdir/test.txt Commit Successful Regards, Arthur _______________________________________________ cvsnt mailing list [email protected] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
