What is the best approach to implement access control on CVS repositories hosted on a Linux server? The goal is to prevent accidental deletion of modules by developers. The developers should be able to do all other CVS activities.
What is the best approach to implement access control on CVS repositories hosted on
Share
CVSACL is a patch for CVS. It adds two new subcommands (acl & racl) to cvs for access control list management.
http://cvsacl.sourceforge.net/