views:

130

answers:

3

Hey Everyone,

I'm an employee at a small company that is going to be launching a version control system soon and I'm trying to consider which PROJECT MANAGEMENT software would best serve this company for version control. I wanted to get as many opinions as possible. Right now, I'm experimenting with Trac and Indefero running atop a SVN server.

So my question is, what is the most popular/favorite project management software and why?

Αντίο!

EDIT: Corrected my question: I'm interested in project managment tools, not version control. I'm using SVN, what project managment tools can I use?

Sorry for causing a freak out.

A: 

SVN is probably the most popular, but distributed systems (Git, Mercurical, etc.)are increasing in popularity. Read http://www.joelonsoftware.com/items/2010/03/17.html

Adam
I'm pretty sure that Subversion isn't even close to being the most popular. The most popular is no version control system at all. The second most popular is a shared Windows network drive with files named `foobar_final_version_2` and `foobar_now_the_REAL_final_version_7`. Number 3 to 10 is probably some hideously complex underfeatured overpriced proprietary systems from the '80s. 11 to 15 are (in some order) Virtual Source Safe, Team Foundation Server, ClearCase, Vault and Perforce. Then comes CVS. And *then* comes Subversion.
Jörg W Mittag
+1  A: 

Your mention of Trac makes it sound like you're asking about more than just version control. Are you looking at version control and project management tools that work well together? Redmine is a nice successor to Trac if you have multiple projects to manage, although my understanding is that Trac has the larger user community. Subversion works well with Redmine, but it also has hooks for several other version control systems, including Git, which as Adam points out is gaining steam.

Jira has a lot of supporters and clients, although I have no experience with it personally. It also integrates with Subversion and Git. I think you'll find that's a common theme amongst software development-oriented project management tools.

Mike Burton
This is exactly what I meant - project management - when I said version control it made everyone freak out. lol. I'm going to update the post now. Thanks for your thoughts.
gnucom
Jira is really good. I use it now for some of my personal stuff. Also, there's a deal where you get 10 license for a $10 donation to charity.
samoz