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 also have a question about "'cvs chacl -a read,nowrite,nocreate,notag,nocontrol' on the repository root". I have a repository c:\rep its directory structure like this: c:\rep \CVSROOT \module1 ...... Do you mean that I set the command("cvs chacl -a read,nowrite,nocreate,notag,nocontrol") on c:\rep ?? or c:\rep\CVSROOT? Because I do command like this: cvs -d :local:c:\rep chacl -a read,nocreate,nocontrol,notag (in directory c:\rep) but It tell me followings: cvs.exe chacl: in directory .: cvs.exe [chacl aborted]: there is no version here; run 'cvs.exe checkout' first Thanks for your answer. >Gerhard Fiedler wrote: > Something like "cvs chacl -a read,nowrite,nocreate,notag,nocontrol" on the > repository root would give by default only read access. The admin would > have to explicitly open additional permissions for individual groups or > users on individual modules or the whole repository. (File system ACLs can > be used similarly on NTFS.) >