Henry
Henry

Reputation: 32905

Which bugtracker works best with Eclipse's Mylyn on Windows server?

I have a Windows server running Subversion internal server (1 window service per repository on a port). I'm planning to add a bug tracker so that I can use Mylyn on eclipse effectively.

Bugzilla? Seems hard to install on Windows

Trac? Does it work well on Windows?

Thank you

Upvotes: 3

Views: 2868

Answers (6)

David Shepherd
David Shepherd

Reputation: 1202

If you're going to go with an open source solution I'd suggest Bugzilla. I've installed Bugzilla in a Windows and a Unix environment and found it to be reasonably easy to install in both cases. The Bugzilla Mylyn Connector is one of the most-used Mylyn connectors and thus is extremely reliable. I've used the Bugzilla Mylyn Connector personally to connect to my main development server for about 2.5 years and I have been very satisfied with this connector.

The Trac Connector is also robust. I have recently encountered users who have had problems with it, although I believe these problems are edge cases (bug 1236). As some others suggest, there are several other options (e.g., FogBugz and Mantis). I have not had much experience with these servers personally but have heard positive reviews of both connectors and both are actively maintained.

Hope this helps!

David C. Shepherd, Tasktop Technologies
www.twitter.com/davidcshepherd

Upvotes: 0

Binary Phile
Binary Phile

Reputation: 2668

We're using Bitnami's Redmine Stack (a single-installer for the whole Redmine package, including Apache), along with the nascent Redmine/Mylyn server-side plugin and Eclipse.

It's too early to tell how well this all really works, but Redmine has so many other useful features (such as a Redmine TortoiseSVN plugin), we're bound to use it. If Mylyn works as well, that's a bonus. Obviously we're new to Mylyn and not dependent on it, although it looks extremely useful.

In my opinion, Redmine is much more functional than the other systems mentioned here. I do not have extensive experience with them, however, so take that with a grain of salt. It absolutely warrants a close look.

Upvotes: 0

Robert Munteanu
Robert Munteanu

Reputation: 68278

The Mantis issue tracker is PHP-based and works nicely on Windows. The Mantis connector is actively developed and functions quite well.

Upvotes: 0

Peter Štibraný
Peter Štibraný

Reputation: 32893

FogBugz works just fine on Windows: FogBugz 7.0 Online Help: Windows system requirements

Upvotes: 0

Chris Stewart
Chris Stewart

Reputation: 3301

JIRA works very well there.

Upvotes: 2

Jonathan Holloway
Jonathan Holloway

Reputation: 63672

Trac on windows (http://trac.edgewall.org/wiki/TracOnWindows) should be fine, but you'll need to install Python, Genshi and Setuptools, see:

http://trac.edgewall.org/wiki/TracOnWindows#using-installers

Upvotes: 1

Related Questions