Windows 和 SVN 的错误跟踪
我正在作为志愿团队的一员工作,该团队正在创建具有宽松许可证的开源产品。 我们目前使用 Visual SVN Server/TortoiseSVN 进行源代码控制,使用 TeamCity 进行持续集成构建。
我想添加一个错误跟踪组件到将集成到 SVN 中的组合中。 理想情况下,我想使用 FogBugz,但我们没有预算。 所以,我需要一个替代方案。 要求是:
- 必须免费或有一个支持至少 20 名开发人员的免费版本(我们是志愿者!)
- 必须与 VisualSVN Server 集成
- 必须在 Windows 上运行
- 我更喜欢 Microsoft 技术(ASP.Net 优于 PHP;SQL Server 优于 MySQL 等) )因为我们是一家 Microsoft 商店,所以我们拥有这些工具的经验并且已经安装了它们。
- 必须能够与地理分布的团队合作
- 必须使用 Visual Studio 的 Express 版本(开发人员并不都有 Pro 版本,因此我们不能依赖 Visual Studio 加载项)。
我想要社区推荐满足所有上述要求的产品。
[澄清:我们的许可证非常接近(尽管不是逐字)麻省理工学院的许可证。]
I'm working as part of a volunatry team creating an open source product with a permissive license. We are currently using Visual SVN Server/TortoiseSVN for source control and TeamCity for our continuous integration builds.
I would like to add a bug tracking component into the mix that will integrate into SVN. Ideally, I'd like to use FogBugz but we have no budget. So, I need an alternative. The requirements are:
- Must be free or have a free version supporting at least 20 developers (we're volunteers!)
- Must integrate with VisualSVN Server
- Must run on Windows
- I prefer Microsoft technology (ASP.Net over PHP; SQL Server over MySQL, etc) because we are a Microsoft shop, we have experience with those tools and already have them installed.
- Must be able to work with a geographically distributed team
- Must work with Express editions of Visual Studio (the developers don't all have the Pro version so we can't rely on Visual Studio add-ins).
I'd like The Community's recommendations, please, for products that meet all of the above requirements.
[Clarification: our license is very close (though not word-for-word) to the MIT license.]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
Trac:它不是 Microsoft 技术,但可以很好地集成到 SVN 中。 基于 Microsoft 技术的免费错误跟踪软件并不多。
Trac: It is not a Microsoft technology but will integrate well into SVN. There are not many free bug tracking software's that are free on Microsoft technology.
JIRA 是 开源项目免费,并将在 Windows 上运行。 Subversion 集成可通过插件提供。
JIRA is free for open source projects and will run on Windows. Subversion integration is available and provided through a plugin.
尝试 Bugzilla。
组件,但它实际上运行
不过在 IIS 上还不错
安装有点棘手。
Bugzilla 是 Perl 和 MySQL。 然而,
正如我所说我已经安装成功
Windows 2003 上的 Bugzilla。
安装MySql和Perl确实
不占用大量服务器资源 -
我们的 ASP.NET + 上有这两个
MSSQL测试服务器,无性能
观察到下降。
Try Bugzilla.
components, but it actually runs
prety well on IIS, however
installation is a bit tricky.
Bugzilla is Perl and MySQL. However,
as I said I had installed succesfully
Bugzilla on Windows 2003.
Installation of MySql and Perl does
not take a lot of server resources -
we had those two on our ASP.NET +
MSSQL test server, and no performacne
drop had been observed.
尝试InDefero,如果您的项目规模不是那么大,您甚至可以免费获得托管方式。
Try InDefero, you can even get the hosted way for free if your project is not that big in size.