On Tue, 25 Nov 2003, Mike wrote: > I am aware that I can use the unix file system permissions to prevent > developers from checking in files into CVS. But is there a way to prevent
In addition, you can use the commitinfo scripting mechanism to stop commits for just about any criteria: bad code formatting, missing bug number in the log message, etc. > people from TAGGING files [or retagging] while still letting them checkin > those same files? Or am I just asking a stupid question? You can implement your custom restrictions in a script specified in the taginfo administrative file. The taginfo script could check the user identity and reject the operation if that identity is blacklisted. (But really, if you can't trust some developers to tag properly, how can you trust them to commit anything? Learning a tagging system and sticking to it is far less complex than all the things you have to do to become a competent software developer. :) _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
