Solution ID: 119161836 Type: External 表題: チェックイン実行時にメール通知するトリガーはどのように 作成できますか? 製品: ClearCase/Multisite バージョン: OS: Windows/UNIX DEFECT #: N/A PATCH #: N/A 参照事項: SolutionID: 23823 の和訳 作成年月日: 30-Apr-2002 改訂年月日: 質問: 特定のエレメントのチェックイン時、管理者にメール通知するようなトリガーを作成 するにはどうしたらよいでしょうか? 回答: 以下のようなトリガーを設定します。 mline_vu_view [thiophene 32] ct mktrtype -element -all -postop checkin -nc -exec /tmp/notify trig_test@/vobs/mainline_vob/trig_dir Created trigger type "trig_test". mline_vu_view [thiophene 33] ct lsco mline_vu_view [thiophene 34] ct co -nc trig_dir Checked out "trig_dir" from version "/main/Branch_01/11". mline_vu_view [thiophene 35] ct ci -nc trig_dir Checked in "trig_dir" version "/main/Branch_01/12". mline_vu_view [thiophene 36] thiophene [25]:-> cd /tmp thiophene [26]:-> touch notify thiophene [27]:-> chmod 777 notify thiophene [28]:-> vi notify "notify" 0 lines, 0 characters #!/bin/csh mailx -s "/vobs/mainline_vob/trig_dir:File Checkin" skeene@rational.com<