哪些源代码控制系统支持触发器

发布于 2024-12-03 09:56:45 字数 90 浏览 2 评论 0原文

ClearCase 的优点之一是它支持触发器。当用户执行某些操作(签入、合并等)时,我可以让系统自动运行脚本。

还有哪些其他源代码控制系统提供此功能?

One of the nice things about ClearCase was that it supported triggers. When users performed certain operations (check-ins, merges, etc) I could have the system automatically run a script.

What other source control systems offer this capability?

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

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

发布评论

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

评论(3

孤蝉 2024-12-10 09:56:45

Subversion (SVN)、Mercurial (hg)、git、darcs 和 bzr 都可以。

在 SVN、hg、bzr 和 darcs 中,它们被称为钩子。

git 和 CSV 将它们称为触发器。

Subversion (SVN), Mercurial (hg), git, darcs, and bzr all do.

In SVN, hg, bzr, and darcs they are called hooks.

git and CSV call them triggers.

陪你搞怪i 2024-12-10 09:56:45

Subversion 允许您编写“触发器”(它称之为钩子)。它们通常是用您系统的 shell 语言编写的,但显然您可以安装您选择的语言并调用它。

您也可以在 TFS 中完成此操作,但您必须与 Web 服务闲聊,所以这都是闲聊。

我想大多数像样的 VCS 都会——除了 SourceSafe 之外的一切!

Subversion allows you to write "triggers" (it calls them hooks). They are generally written on the shell language of your system, but obviously you can install your language of choice and call out to it.

You can do it in TFS as well, but you have to prat around with web-services, so it's all a palaver.

I would imagine most decent VCSs will - everything but SourceSafe probably!!!

你是暖光i 2024-12-10 09:56:45

注意:ClearCase 的后继者是 Jazz 源代码控制(在 RTC - Rational Team 中使用Concert),并且它也支持触发器。

Note: the successor of ClearCase is Jazz source control (used within RTC - Rational Team Concert), and it supports triggers as well.

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