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.
> 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