views:

281

answers:

4

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.

+7  A: 

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.

Pekka
Agreed, I use trac for my projects and I like it. It runs on MS Windows, but it is far easier to just use sqlite rather than trying to hook it up with SQL Server, if thats even doable.
whatsisname
+1  A: 

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.

Eric Seppanen
+1  A: 

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.

Joseph Anderson
+3  A: 

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

glider