views:

53

answers:

4

I am starting a Facebook application with a couple of friends. What good, free, online, collaborative project hosts can we use from home?

So far I am thinking about something similar to git, but with a graphical interface maybe.

A: 

I'd use a combination of Mercurial for source control and Google Docs for collaborative documents.

Erik Ahlswede
A: 

Consider bitbucket.org with TortoiseHg (on top of hg). TortoiseHg has better Windows support than git currently and sounds like it would fit your group better in general. (Guessing on Windows, since you said nothing about that.)

Roger Pate
+1  A: 

I'd suggest Github

If you need a graphical interface to git, TortoiseGit might work.

mportiz08
A: 

I would use google code and use Tortoise SVN as the graphical interface. Google code has wiki as well.

jpartogi