与 Subversion 集成的免费 Bug 跟踪软件?
我想知道是否有任何推荐的免费错误跟踪和/或与 Subversion 集成的票务软件。唯一的要求是该软件在 Windows(SQL Server 后端和 Windows Server)上运行。谢谢。
I was wondering if there were any recommended free bug tracking and or ticketing software that integrates with Subversion. The only requirements are that the software runs on Windows(SQL Server backend and Windows Server). Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Trac 与 subversion 集成得很好,总体来说非常棒。我让它在 2003 和 2008 服务器上运行。它可以 将 Subversion 提交连接到票证。我发现安装有点复杂,因为要正确运行它,您需要正确设置 Python 和 Apache 2.0 的组合,但这并不是不可能的。
还有许多其他票务系统也与 Subversion 集成。例如,请参阅 Bugzilla 和 Mantis,@Eric Seppanen 在他的回答中详细阐述了这一点。
Trac integrates very well with subversion and is great overall. I have it running on 2003 and 2008 server. It can connect Subversion commits to tickets. I found installation to be mildly complicated, because to run it properly you need a combo of Python and Apache 2.0 all properly set up, but it's nothing impossible.
There is a number of other ticketing systems that integrate with Subversion as well. See for example Bugzilla and Mantis, which @Eric Seppanen elaborates on more in his answer.
检查Web 工件。它是免费的、轻量级的,不需要安装服务器或客户端(使用您的 Subversion 存储库)。
Check Artifacts for Web. It's free, lightweight and requires no server or client installation (uses your Subversion repository).
我推荐 Mantis。
设置所有脚本以将 svn 连接到 Mantis 可能需要一些工作,但它可以执行诸如每当签入提到该 bug# 时就会在错误报告中显示注释之类的操作。您还可以在 svn Web 界面和 mantis bug 页面之间进行交叉链接。
一些关于将 Mantis 连接到源代码控制系统的链接。
I recommend Mantis.
It can take a little bit of work to set up all the scripts to connect svn to Mantis, but it can do things like have notes appear in a bug report whenever a checkin mentions that bug#. You can also cross-link between the svn web interface and the mantis bug pages.
Some links about interfacing Mantis to source control systems.
我使用过 BugTracker.NET。它与 SVN 集成。它是使用 .net 框架编写的,因此如果您在 .net 商店中,维护起来很容易。
I've used BugTracker.NET. It integrates with SVN. It's written using the .net framework, so it's easy to maintain if you're in a .net shop.