up vote 21 down vote favorite
11
share [g+] share [fb]

We are using Trac as the main project management / bug tracking tool in our job. The pros in Trac:

  • Free software (free as in free beer and free speech).
  • SVN integration.
  • Easy to use, user-friendly, etc.
  • Different permissions.

We started using it for our software projects, one instance of Trac per project. Here's where I found the first con. As the Trac admin, I have to install a new instance of Trac for every new project, and configure a user file with different permissions. So I have to be aware of the different instances of Trac, user names, permissions, directories, etc.

We even found Trac useful for inner management. We have an instance of Trac to handle tickets from the different area managers, with the upper management.

Basically, we use most of the features in Trac and found it really useful to solve our task management / bug tracking problems. For software development, and general management too.

I'm looking for a multiple project management software, in the spirit of Trac, but with one centralized administration of some kind. One where I can give different users different permissions for different projects.

I've read about Jira, but I've been told it's an overkill for the size of our company. I also saw Redmine on some project management/bug tracking questions here at StackOverflow. It seems as the closest product to what I'm looking for.

What would you recommend? Have you tried Redmine? Is it worth migrating our current projects and Trac data to Redmine?

I must add, I've seen some multiple-project hacks for Trac, but none of them seemed convincing enough.

link|improve this question

feedback

11 Answers

up vote 27 down vote accepted

We have been using Redmine for over a year and have had tremendous success with it. It meets your requirements of free, svn integration, role-based permissions and easy to use. First, I'll sell you on it :) The things I specifically like about it:

  • If you want a bug-tracking system that's easy to use out of the box, this is it.
  • Everything is integrated! In the Wiki I can write "This relates to issue #52 and it automatically creates a link to ticket #52 (I don't have to do any wiki markup at all). The same is true when I'm posting in a forum or another bug/issue. It makes it much easier to keep our data organized.
  • The latest Redmine version added "watch lists" so I can make sure the right people get emails about certain issues.
  • All text fields (like bugs, wikis and forum posts) support syntax highlighting. This is a must-have for software projects.
  • It has some project management stuff (i.e. gantt charts) but we don't really use them and they don't get in the way
  • There is a decent file repository internally that makes it easy to deliver binary files to customers.
  • SVN integration lets me write "fixes #65" or "working on issue #65" in my svn commit message and RM will pick it up (without me configuring any SVN post-commit hooks! That's the key for me). A note is automatically added to issue #65 and a link to the changeset is automatically added so I can view my code change in RM's integrated SVN browser.
  • Backing up the repository is simple: Dump the mysql database (to a .sql file) and copy the /files directory (only needed if you use the file repository feature of RM)

We showed it to a client who uses Jira internally, and the project team that works with us had us set up a Redmine installation for us all to use. They found it much easier and preferred it to Jira.

Specifically related to "Should I move my data to redmine?"

We were using ActiveCollab for a while (which I do not recommend) and when we switched to Redmine, we dumped our ActiveCollab database, tweaked the output and re-imported it into Redmine. It was pretty easy to do but we were ok with not capturing everything. I'm sure a comment or two got lost but all of the issues made it through and we were able to salvage the data. I'm not sure if there any tools to do it a better way, but it worked for us.

link|improve this answer
2  
I don't see any real advantage over Trac? Trac already fulfills point 1, 2, 3, 7 and 8. I'm not sure about syntax highlighting everywhere nor gantt-charts etc. It supports attaching files to tickets and wiki-pages, but have no separate file repository. I guess it has multi-project support, and that sure is a killer feature. – Jonatan Aug 25 '09 at 6:55
1  
Trac is a pain to set up and manage. Apart from that it's alright. – Kimble Oct 5 '09 at 0:10
Trac lacks multiprojects, subtickets, time estimation, time loggin. These are things that I find really useful in redmine that lacked in Trac. – andho Jun 30 '11 at 16:58
Trac only lacks those features in it's base form. To effectively use Trac you often need to use plugins. There are more plugins for Trac than any other system out there. The ONLY disadvantges about Trac are 1. if you don't know Python and/or don't care for how it's built in Python and 2. if you find it not pretty enough (though a theme called skittlish is pretty good) – Tom Jan 18 at 1:25
feedback

I'd suggest you have a second look at Jira - the fact that it will scale out to handle the big stuff doesn't automatically mean that it's overkill for your situation.

I've ended up being one of the Jira administrators at work and have found very little to be unhappy with. The default configuration (out of the box) will suit most projects very well.

Atlassian even have personal licenses for people wanting to keep track of personal projects.

link|improve this answer
1  
I really like Jira but... it's not free (worth the price though), it doesn't integrate with SVN, it doesn't have a wiki. You'll need to add confluence and fisheye to get something closer (and to pay even more). – Pascal Thivent Oct 27 '09 at 11:48
JIRA does integrate with SVN; tracking from an issue to the code modified to address that issue is something we use across a number of projects at work. – Bevan Oct 27 '09 at 22:34
1  
I just checked - look for "JIRA Subversion Plugin", from Atlassian themselves. Usable for version 3.12 and up. – Bevan Oct 27 '09 at 22:36
feedback

I've been playing with Redmine a bit lately, it looks quite nice. It's a ROR app for bug tracking, wikis, project management etc etc. I think the interface is a bit lacking in places, but it's easy enough to change if you feel the need.

Edit : Sorry, just noticed you've already seen Redmine.. should really read the whole question before answering :-)

link|improve this answer
feedback

We also use Trac. We managed to solve your problems. We use ldap authentication in apache, so we needn't to reconfigure users. I wrote a shell script to generate subversion repository and trac site with one command. We also use general config file for all trac site so we only have to set specific settings in the own config of the site.

So site configuration and administration is not a hard work.

link|improve this answer
hi, can you provide you shell script plz? I cant get trac to work on my server...:( – ArtWorkAD Aug 7 '11 at 19:20
You can get the script from here: link The script makes easy for you to start new project althought it won't help you too much to configure trac. Since my post I use both trac and redmine and I have to say that redmine is much superior to trac. Their features are almost the same but in terms of convenience, user interface, administration redmine is much better. – Hubidubi Aug 8 '11 at 9:56
thank you for your help :) – ArtWorkAD Aug 8 '11 at 10:18
feedback

Another sort-of-vote for Gemini. It is satisfactory, but could use some polish in areas to be really good. It does work out of the box for multiple projects.

My current top time consuming gripe is that if I attach a picture (PNG or GIF) to an issue, it can only be downloaded and not just viewed in the browser.

Another one, is that my user permission level doesn't allow me to use a WYSIWYG editor for comments and issue description. However, the full TinyMCE editor assests are downloaded and then hidden from me. Real pain.

Also, our admin hasn't opened up the webservices, so we haven't been able to hook into the app and make custom reports, features, etc.. But that's not Gemini's problem.

link|improve this answer
I think it would be helpful if you forward these complaints to CounterSoft. – ShaChris23 Apr 15 '09 at 20:23
feedback

Arbit Tracker is an impressive alternative - built for multi projects setup from the ground up. http://arbitracker.org/news.html

link|improve this answer
Looks interesting, but depends on CouchDB (which depends on Spidermonkey). – Tony Adams Nov 18 '11 at 4:20
feedback

Depending on your environment, server platform, and other restrictions such as budget, you might take a look at Gemini, It is really good. If you work in a nonprofit organization, it might also be free. It allows the managing of multiple projects, and has a single administration console.

Having worked with it for over a year, I have to say that I have been satisfied with it.

link|improve this answer
feedback

Origo reminds me a lot of trac.

http://www.origo.ethz.ch/

It is open source. I have not personally tried to install it so i cannot vouch for that part. My friend and I have used their site to host a closed source project and we enjoy it very much.

link|improve this answer
feedback

Redmine is lacking on "subtasks", they have a plugin, but it's buggy and has never really worked. For some reason they refuse to put "subtasks" into the core product.

link|improve this answer
feedback

Just looking at the interface, Trac is superior to Redmine.

link|improve this answer
feedback

Redmine has added subtasks and a lot of other features recently. Its UI still completely sucks, though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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