vote up 0 vote down star
1

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.

flag

7 Answers

vote up 4 vote down check

Maybe git and a wiki would be good.

link|flag
vote up 0 vote down

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 ;-)

link|flag
vote up 0 vote down

Cola Real-Time Shared Editing

link|flag
vote up 1 vote down

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.

link|flag
vote up 1 vote down

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

link|flag
vote up 0 vote down

Any distributed source control system, like Git.

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

link|flag
vote up 0 vote down

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

Accessible SVN repository etc, can make collaboration easier.

link|flag
I don't understand. How does this apply to me problem? :S – Papuccino1 Sep 26 at 21:27
1  
He probably means Google Code Project Hosting. code.google.com/projecthosting – Robert Harvey Sep 26 at 21:29
1  
@Papuccino1: It offers an SVN repository, bug reporting, and more. – Mark Sep 26 at 21:30
Yes I did mean project hosting. – Quintin Robinson Sep 26 at 22:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.