vote up 0 vote down star

I'm currently employed at a finance firm as an in-house developer for a web system. Currently we have no bug tracking software apart from e-mails sent around and phone calls made to recognise that a bug does exist somewhere.

I'd like to recommend to the other programmers a bug tracking system we can run alongside our subversion repository. We use TortoiseSVN as our SVN client and Visual Studio as our development environment.

I've got no clue about bug tracking systems as quite honestly I've never used one (shame on me!). I've seen a few around but their installations look complex and seem to point towards using Linux distributions. We totally run Windows here and nothing else, but we'd like to integrate the bug tracking with TortoiseSVN.

Are there any recommendations out there? Is it easy to do?

EDIT: The web system is extremely important and allows people to do their jobs, and deals with lots of figures, so bug tracking is vital IMHO.

flag

62% accept rate
Dupe of stackoverflow.com/questions/101774/… – Hank Gay Jan 7 '09 at 12:46
I would not agree that this is an exact duplicate as the linked question is merely a list of bug trackers rather than a specific recommendation for a tracker with Windows support and SVN integration. – Aaron Maenpaa Jan 7 '09 at 12:50
You will find in the characteristics of each tool if it's compatible for Windows or not. In general Web based tools are not platform depended. – Ilya Jan 7 '09 at 12:51
@Ilya client side you are correct; however, being able to realistically install web tools on a Windows machine where you don't have the benefit of relying on 'apt-get install foo-bar' is not guaranteed. – Aaron Maenpaa Jan 7 '09 at 14:19
i hope for him that his requirement was for client side :) I know that bugzilla for example can be installed on Windows, but why ? – Ilya Jan 7 '09 at 18:06

3 Answers

vote up 4 vote down check

FogBugz integrates with Subversion in general and TortoiseSVN explicitly. It can be hosted on Windows or Linux, or you can let Fog Creek host it for you.

link|flag
Nice, I hadn't seen this before. Although I was looking for something I could try client-side for free (even if it were a trial) to show its workings. +1 – Kezzer Jan 7 '09 at 13:23
@Kezzer There's a free trial of the hosted version. – Hank Gay Jan 7 '09 at 13:31
vote up 2 vote down

Personally, I'm a big fan of Trac which has great SVN integration (revision comments can point to tickets and tickets back to revisions for traceability, etc). While I have never used it on Windows, it does have a Windows installer which should take care of setting it up. It will run with mod_python if you're using apache or CGI/FastCGI if your using something else.

link|flag
I had tried this but upon reading the documentation I ended up getting completely lost as to what I must install and how to run it all. Trac is highly recommended though. – Kezzer Jan 7 '09 at 13:22
vote up 1 vote down

Did you try to search? I answered a similar question just about hour ago. There is a very long post on this topic.

link|flag
I agree. I've moved to close this one. – Hank Gay Jan 7 '09 at 12:47
This question is not an "exact duplicate" as it specifies Windows compatibility and SVN integration. Also, such meta-information is better posted as a comment rather than an answer. – Aaron Maenpaa Jan 7 '09 at 12:48
agreed for comment, it's just easier to provide links here, comments are not very "link friendly" – Ilya Jan 7 '09 at 12:50
I had seem them yes, but I separated it as it was Windows-specific. The title could be changed for increased clarity if it's a problem? – Kezzer Jan 7 '09 at 13:20
web based almost automatically mean multi-platform – Ilya Jan 7 '09 at 13:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.