Dave,

> restricting who is allowed to do certain cvs commands? In 
> particular, we would like to restrict who can create/delete 
> tags & branch tags. Is it possible to restrict 'cvs tag' & 
> 'cvs rtag' on a user or group level?
> 

If you can switch to CVSNT (free, GPL, just like CVS) for Linux,
Windows, Unix etc then you can use the CVS ACL's.

Use the command cvs chacl -H for more information, eg:
cvs chacl -R -a notag -u developers 

Access settings which can be controlled are:
[no]{read|write|create|tag|control|all|none}

You can get CVSNT from:
http://www.cvsnt.com/

Regards,


Arthur Barrett



_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to