how to get a notification for every checkin in clearcase for a particular Vob

余生颓废 提交于 2019-11-28 06:18:53

问题


In our project so many file changes are happening, I want some notification for every checkin. so that every one in the team can know the files changed in the project. I want some basic information about the file like comments and the branch.


回答1:


That means "trigger": specifically a post-op checking trigger:

cleartool mktrtype -c "Trigger to notify on checking" -element -all -postop checkin -execwin "ccperl \\path\to\notification\script" -execunix "Perl /path/to/notification.pl" NOTIFY_ON_CHECKING

You can get some ideas from the "ten best triggers" IBM page.

See also the E-mail notification postoperation trigger script, which is on deliver, but that can also give you a good idea for adapting it for each checkin.



来源:https://stackoverflow.com/questions/6183976/how-to-get-a-notification-for-every-checkin-in-clearcase-for-a-particular-vob

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!