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 need set different rights for different groups. And I've got with > such problem. Other rules work, but one of them not. > In group file I've added group limited. This group can all in mydir: > cvs -d :sspi:myname at myservername:/cvs chacl -a all -u limited mydir > But, they must only read in mydir/prog. I did so: > cvs -d :sspi:myname at myservername:/cvs chacl -n -a read -u > limited mydir/prog What aclmode are you using? (look in CVSROOT/config). For aclmode=compat you need something like: cvs rchacl -a nowrite -u limited mydir/prog For aclmode-normal you need something like: cvs rchacl -n -a all -u limited mydir cvs rchacl -a read -u limited mydir/prog Regards, Arthur