-----Original Message----- From: Peter Connolly Sent: Tuesday, December 09, 2003 11:24 AM To: 'Rod Macpherson'; Peter Connolly Subject: RE: best windows client?
> Tried Tortoise but did not like the idea that the whole file > system would be exposed to CVS for all the users of CVS at > our company. Wanted a more project-oriented approach. There are two strategies that we use to filter the repository for our users: 1) Define modules in the 'modules' file so that they can easily check out portions of the tree that pertain to them 2) Use LockDir and directory permissions to limit who can check in changes to certain, protected portions of the tree. There is also the optional 'readers' and 'writers' admin files that can define who can read or write to the repository. If that isn't enough and more separation is required, then consider splitting up the repository into separate repositories. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
