FogBugz SVN 集成像 Trac 一样吗?

发布于 2024-07-19 06:15:38 字数 35 浏览 9 评论 0原文

FogBugz 是否像 Trac 一样与 SVN 集成?

Does FogBugz integrate with SVN like Trac does?

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

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

发布评论

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

评论(1

岁月苍老的讽刺 2024-07-26 06:15:39

是的!

FogBugz 6 源代码管理集成

基本上,您设置一个 svn 提交后挂钩脚本,用于检查提交消息中是否存在 FogBugz Case #。 我通常设置挂钩脚本来查找字符串“BUGZID:NNN”。

如果您使用 TortoiseSVN,您甚至可以对其进行配置,以便在提交对话框。

如果它找到有效的案例,它会添加一堆有关 FogBugz 案例提交的信息。

Yes!

FogBugz 6 Source Control Integration

Basically, you set up an svn post-commit hook script that checks for the presence of a FogBugz Case # in the commit message. I usually set up my hook script to look for the string "BUGZID: NNN".

If you use TortoiseSVN, you can even configure it so that there's a box for entering the case # right on the Commit dialog.

If it finds a valid case #, it adds a bunch of information about the commit to the FogBugz case.

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