views:

278

answers:

3

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.

+4  A: 

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.

Hank Gay
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
@Kezzer There's a free trial of the hosted version.
Hank Gay
+1  A: 

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

Ilya
I agree. I've moved to close this one.
Hank Gay
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
agreed for comment, it's just easier to provide links here, comments are not very "link friendly"
Ilya
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
web based almost automatically mean multi-platform
Ilya
+2  A: 

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.

Aaron Maenpaa
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