且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在ClearCase中移动触发器脚本的位置?

更新时间:2023-12-05 19:56:10

您可以使用 mktrtype ,并使用-replace选项。

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

首先需要使用与定义触发器相同的命令,但要用 -execunix的新路径替换该位置

code>和/或 -execwin

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




用新的替换现有的type-name定义。

如果不包括现有定义中的选项,则其值将替换为默认值。

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.