views:

216

answers:

11

What project collaboration tools do you recommend for maintaining tasks, bugs, collaborating, messaging, storing files, wiki, etc?

I had a look at Remember The Milk, but not sure if it's ideal! Backpack looks good and reasonably priced; has anyone used it?

+1  A: 

Perhaps, if you can wait, Google Wave might be a good fit.

Nathan Koop
yeah already signed up, nay ideas when its available?
Rigobert Song
It doesn't have a release date yet past "later this year".
stevedbrown
A: 

Depending on the size of you team (and other factors) a combination of Subversion & BugZilla might suffice.

Of course, Microsoft swears by it's VS Team Systems (haven't used it as the price tag is prohibitive)

Miky Dinescu
+2  A: 

I've used unfuddle which is quite good. It has a ticket based workflow along with git and subversion hosting. A single project account is free, with payed accounts being charged by number of projects and amount of storage space used.

codefly
this worked perfectly for me thank you.
AFK
+1  A: 

The Atlassian products are great but not cheap.

  • Jira for bug tracking
  • Confluence for wiki/collaboration

Pair this with Google App

  • Email
  • Chat

And you're rolling.

stevedbrown
+2  A: 

I would personally look into Mindtouch's products. There are even extensions/plugins that are suited to software development teams.

Thomas Owens
+1  A: 

TortoiseSVN is comfortable.

Danra
TortoiseSVN has maintaing tasks, bugs, collaborating, messaging, wiki? I know it does subversion integration which can handle the "storing files" requirement, but I didn't think it had any of the other features.
Nathan Koop
A: 

I would seriously look into Code Collaborator

DoxaLogos
A: 

I've heard of a few teams that use Basecamp, but I've always just used Trac. Trac is opensource and has a decent API for extensions.

A: 

Lighthouse is awesome if you want a hosted solution. It's basically the same as Basecamp, except with a software development focus.

Chris
+5  A: 

I find it nice to have one web based project management tool in which I can get an overview of everything related to the project(s). This includes user (developer) administration, wiki, repository and most importantly time tracking with road mapping.

Redmine does the job for me.

And I normally use a git repository with it. It can be a wee bit difficult to set up on your web server but I found that it was worth the effort.

There's also related questions on stackoverflow like Project tracking/management tool.

Good luck.

anderstornvig
Redmine looks good, going to give it a try, thanks
Rigobert Song
I've been using redmine for a while now and it has been a great asset for us. A number of clients have also expressed they appreciate being able to log in and view a project status at a glance.
Dan Klassen
A: 

The best I've used so far is SmartSheet (www.smartsheet.com) - I feel like one of those TV salesmen...spreadsheet like interface, stores all size files (and file versions), allows for discussions, alerts and reminders. Very flexible and easy to use.

meade