RE: cvs administration questions

2005-02-15 Thread Jim.Hyslop
Frank Zhu wrote: My CVS system is using linux cvs server and wincvs client, How can configure to let cvs 1 only allow administrator remove files in repository, other use can't? The purpose is to keep code safe. Don't worry about it. 'cvs remove' doesn't actually delete anything from your

RE: cvs administration questions

2005-02-15 Thread Arthur Barrett
Frank, WinCVS uses CVSNT as its default client. You may want to consider using CVSNT server on Linux as well (its free and GPL just like CVS - but includes access control list support). http://www.cvsnt.com Use the command cvs chacl -H for details on how to set ACL's. It is very simple to