如何在 Clearcase 中针对特定 Vob 的每次签入获取通知

发布于 2024-11-10 07:31:24 字数 90 浏览 1 评论 0原文

在我们的项目中,发生了很多文件更改,我希望每次签入时都会收到一些通知。以便团队中的每个人都可以知道项目中更改的文件。 我想要有关该文件的一些基本信息,例如注释和分支。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你列表最软的妹 2024-11-17 07:31:24

这意味着“触发器”:特别是操作后检查触发器:

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

您可以从 “十大最佳触发因素”IBM 页面

另请参阅 电子邮件通知操作后触发脚本,已交付,但这也可以为您提供针对每次签入进行调整的好主意。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文