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 c or d might better choices.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -