info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Preventing users from Tagging files


From: Kaz Kylheku
Subject: Re: Preventing users from Tagging files
Date: Tue, 25 Nov 2003 12:34:07 -0800 (PST)

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. :)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]