Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bug Tracking for Windows and SVN

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.]

like image 978
Tim Long Avatar asked Aug 03 '09 16:08

Tim Long


People also ask

Which is bug tracking system?

A bug tracking system or defect tracking system is a software application that keeps track of reported software bugs in software development projects. It may be regarded as a type of issue tracking system.

What is difference between bug tracking and issue tracking?

Bug tracking is a subset of issue tracking. Where bug tracking is only limited to reporting and management of issue within the coding, issue tracking deals with any single issue be it in the requirements/specifications, workflow, coding, design, or even post-production issue that users experience.


2 Answers

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.

like image 157
Srikar Doddi Avatar answered Sep 28 '22 05:09

Srikar Doddi


JIRA is free for open source projects and will run on Windows. Subversion integration is available and provided through a plugin.

like image 38
jweber Avatar answered Sep 28 '22 03:09

jweber