To attach triggers to existing elements
Procedure
- Place the trigger on the inheritance list of all existing
directory elements within the GUI source (gui_src) tree. For example:
cleartool find /vobs/gui_src –type d \ –exec 'cleartool mktrigger –nattach InformWriters $CLEARCASE_PN'
- Place the trigger on the attached list of all existing file
elements within the GUI source (gui_src) tree. For example:
cleartool find /vobs/gui_src –type f \ –exec 'cleartool mktrigger InformWriters $CLEARCASE_PN'