show/hide this revision's text 2 added 553 characters in body

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.

show/hide this revision's text 1

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