vote up 15 vote down star
5

What free version control service would you recommend? I'm not looking for a complete project management service like Sourceforge, just something so I don't have to run a SVN/GIT server myself.

flag

18 Answers

vote up 1 vote down

http://gitfarm.appspot.com provides free private git hosting.

link|flag
vote up 0 vote down

https://opensvn.csie.org/ also provides free private subversion hosting.

link|flag
vote up 0 vote down

I believe Perforce link text allow use of their public server for non commercial projects - their scm is super fast with a really nice branching implementation - you can get a 2 user / 2 workspace version of the server for free - after that its not the cheapest but is an excellent system - Ms used to use it internally (referred to as the Depot) but I guess they dogfood TFS now

link|flag
vote up 1 vote down

I would suggest to add a small description for each service, like:

http://unfuddle.com/ Offers free private subversion or git repositories and project management tools for up 2 persons and 200MB of data (can be upgraded with a monthly fee)

Can someone please integrate the text above with the list? (because I don't have enough reputation to do so)

link|flag
vote up 0 vote down

MS provides CodePlex, which has some nice features but requires an adapter if you want to use an SVN client.

You should probably add SourceForge to the list as well :)

link|flag
vote up 2 vote down

Unfuddle.com has a free plan with both svn and git hosting.

link|flag
vote up 1 vote down

Assembla is probably the best suited for your needs. Its got both SVN and git support.

link|flag
vote up 1 vote down

Surprises me that nobody mentioned bitbucket so far. It's one of the best services of that kind. It's similar to github with an integreated issue tracker and mercurial as version control system.

link|flag
vote up 1 vote down

I like http://www.freehg.org for mercurial, which is a very nice system.

link|flag
vote up 1 vote down

We use Beanstalk at my company. It offers a free plan, and great Mac integration using Versions.

OTOH, I use GitHub for personal projects.

link|flag
vote up 1 vote down

http://beanstalkapp.com/ is pretty good value SVN hosting

link|flag
vote up 1 vote down

I use http://code.google.com/hosting/ for my free hosting and I am very happy with it. They use Subversion.

link|flag
vote up 1 vote down

Check out this thread.

link|flag
vote up 1 vote down

I use www.assembla.com for their free SVN and task management even if Im then only one working on the project.

edit- Heh, looks like Brent had the same idea ;)

link|flag
vote up 4 vote down

Assembla may be want you need.

Update, 24 Oct 2008: Apparently, Assembla is no longer free...

link|flag
Assembla is no longer free for private projects. – vitalie.lazu Dec 9 '08 at 13:04
vote up 3 vote down

I'm a big fan of Launchpad -- comes with all the usual amenities like bug tracking and branching, plus some extras like translation tracking and "blueprints" for storing design ideas.

link|flag
vote up 3 vote down

Github seems to be all the rage these days

link|flag

Your Answer

Get an OpenID
or

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