ClearCase Checkin Message -
in clearcase gui, when tried check-in, empty comment field shown, can fill in check-in messages.
is possible set template message?
for example, when team need checkin, below message shown, , each team member can fill in commit message.
reviewer:
test suggestion:
thanks
there no native template mechanism know of.
you can try , see if clearcase environment variables help, setting in pre-op checkin trigger a:
clearcase_cmnt_pn the path name of file in cleartool , multitool cache recent user-supplied comment. defining or removing ev enables or disables comment caching.
(and make sure file contains message template)
that thread 2005 though mentions:
the
clearcase_*environment variables read (changes them have no effect.)
potential options are:
- a) reject comments not meet template , make user fix them , redo checkin/out
- b) put wrapper around checkout/in operations meet template needs
- c) use '
ct chevent' change comment during postop trigger- d) use attributes, hlinks, or labels store information instead of using comment field. (you can apply attributes, hlinks, or labels during preop)
i'm thinking
cordmight better choices.
Comments
Post a Comment