> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: "Triggers" & links to defect tracking systems
> Message-ID: <[EMAIL PROTECTED]>
> Date: Mon, 02 Apr 2001 23:47:41 -0000
> 
> Hi,
> Is there any facility in CVS to add hooks for customized actions?  
> For instance, requiring a Bug Number when you check in a file, 
> verifying that bugnum against your defect tracking system, etc.

It is possible to do some integration of Bug Number and a defect
tracking system by having the rcsinfo template provide a form for you
to fill in the bug number and haveing the verifyinfo trigger used to
validate that the log message provided by the user has a valid bug
number or other information.

If you are using the FreeBSD version of cvs 1.11, then the verifyinfo
trigger is even able to augment/modify the log message to reformat the
template and possibly add additional summary information about the
defect into the log message if desired.

> If not are there any projects underway to address this?

I am not aware of any othters, but it might be desirable for the
commitinfo step to be able to prompt the user for information such as
the bug number or other information in order to better catch typos in
a bug number earlier. While this is possible if you are using a local
repository or the rsh/ssh transport, I don't know of any way to do it
with the :pserver: method of interaction.

        Enjoy!
        -- Mark


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to