> 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:[EMAIL PROTECTED]:/cvs chacl -a all -u limited mydir > But, they must only read in mydir/prog. I did so: > cvs -d :sspi:[EMAIL PROTECTED]:/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 _______________________________________________ cvsnt mailing list cvsnt@cvsnt.org http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt