How to move location of trigger's script in ClearCase?

情到浓时终转凉″ 提交于 2019-12-11 03:07:28

问题


we have to move the location of the trigger's script. What is the cleartool command to change that location?

Thank you


回答1:


You can re-define an existing trigger type with mktrtype, using the -replace option.

You need to use the same command you used to define the trigger in the first place, but replacing the location with the new path for -execunix and/or -execwin.

-rep/lace

Replaces the existing definition of type-name with a new one.
If you do not include options from the existing definition, their values are replaced with the defaults.



来源:https://stackoverflow.com/questions/11890372/how-to-move-location-of-triggers-script-in-clearcase

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!