It seems like the Trigger extensibility feature in ClearCase has to be attached to a VOB by the owner. I would like something similar that I can administer myself for my local snapshot views. Does such a feature exist?
It seems like the Trigger extensibility feature in ClearCase has to be attached to
Share
There is no “local trigger” per view in ClearCase.
When you create a trigger (with
mktrtype), you can:CLEARCASE_SNAPSHOT_PNCLEARCASE_VIEW_KINDCLEARCASE_VIEW_TAGCLEARCASE_USERWith all those elements, you could write a script able to call a custom script versioned in the snapshot view, which means by convention (in a path defined in advance) you could define a script managed by the user for a snapshot view.
But unless you try that kind of indirection, there is no local trigger proposed directly by ClearCase.