问题
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