views:

146

answers:

8

Me and some friends are starting a programming group as a hobby and we're looking for a way to easily collaborate.

Meaning, someone start working on the file, everyone on the team can see that he worked on the file, etc.

We need something that's fast, free and not necesarilly full of features, we are doing this as a hobby and not as a enterprise.

Thanks for the answers.

A: 

I would take a look at Google Code for Project Hosting.

Accessible SVN repository etc, can make collaboration easier.

Quintin Robinson
I don't understand. How does this apply to me problem? :S
Sergio Tapia
He probably means Google Code Project Hosting. http://code.google.com/projecthosting/
Robert Harvey
@Papuccino1: It offers an SVN repository, bug reporting, and more.
Mark
Yes I did mean project hosting.
Quintin Robinson
+4  A: 

Maybe git and a wiki would be good.

Mark
A: 

Any distributed source control system, like Git.

Also, a collaborative tool like Basecamp or ClockingIT with project management capabilities.

eKek0
+1  A: 

Try bitbucket. There are many code hosting offers; you didn't specify whether you require privacy, and whether you require hosting.

Martin v. Löwis
+2  A: 

Personally I like trac. We use it with Subversion and PostgreSQL, but other options exists. For me especially good are wiki & timelime. This way we can easily document various things and see what others do.

Michał Niklas
You used it at work?
Grzegorz Gierlik
Not only used. I use it nearly every workday :)
Michał Niklas
A: 

Cola Real-Time Shared Editing

01
A: 

Any version control system, would be a great start :

Some websites offers free hosting of control systems for open source projects :

And maybe tools like Live Messenger and emails could help you ;-)

MaxiWheat
A: 

You might want to try CruiseControl for automatically building the project once something is checked into your source control system. That way you can see the fruits of your labour pretty quickly. If you put this on a server you can all access it means you all have access to the latest build as well

MattyW