My project requires us to setup a file sharing system so that developers can share documents and use it as a forum for discussions pertaining to those docs.

The developers are spread though locations around the world. Some parts of the discussions should be moderated others not.

Has anyone a good free software that could fulfill these requirements.

Someone suggested Ning - what do you think.

link|improve this question
feedback

migrated from stackoverflow.com Mar 2 '10 at 13:53

This question came from our site for professional and enthusiast programmers.

5 Answers

use cvs - Concurrent Versions System

By this you could achieve your stuff, I think it is open source

link|improve this answer
That's not setup for file sharing and discussion .... – Dan Mar 2 '10 at 11:12
Sure it is! People can upload/download files and you write commit comments. – kajaco Mar 2 '10 at 16:37
feedback

If your documents are mostly text, I would consider using a wiki. Trac is open source and contains lots of stuff you may need (such as wiki, tickets, source code repository etc).

If you are looking for something fresh you could try Google Wave which is very good at discussions and real-time collaboration.

link|improve this answer
feedback

For simple document sharing it's hard to beat Dropbox for simplicity and the fact that "it just works".

You'll miss discussions though.

link|improve this answer
feedback

You could just use Trac or Redmine.
Both incoparate wiki and you'll get a bug/feature tracker as a bonus.

link|improve this answer
feedback

Google Code ?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown