English 中文(简体)
Free Bug tracking software that integrates with Subversion?
原标题:

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.

最佳回答

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.

问题回答

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.

Check Artifacts for Web. It s free, lightweight and requires no server or client installation (uses your Subversion repository).

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.





相关问题
Tracking Versions, Builds, Revisions, with TortiseSVN

I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show Major Version, Minor ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

How to handle different csproj [closed]

I am working in a team of five. We are working on a C# application with five csprojects. The problem is that for each csproject, each of my colleagues has their own ideas on how to reference a DLL; ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签