views:

3204

answers:

20

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.

+3  A: 

Github seems to be all the rage these days

Florian Bösch
+3  A: 

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.

John Millikin
+5  A: 

Assembla may be want you need.

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

Brent.Longborough
Assembla is no longer free for private projects.
VitalieL
it is free for small private projects again
Wojtek
+1  A: 

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

Vyrotek
+1  A: 

Check out this thread.

Ilya
+1  A: 

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

KPexEA
+1  A: 

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

+1  A: 

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

OTOH, I use GitHub for personal projects.

Can Berk Güder
+1  A: 

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

Aur Saraf
+4  A: 

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.

Armin Ronacher
+1  A: 

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

Shrivara
+57  A: 

I've made this a wiki page so we can put all the info in an easier to manage format.

Subversion

Mercurial

Bazaar

Git

Stefan Rusek
+3  A: 

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

Hagelin
A: 

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

Jamie Eisenhart
+1  A: 

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)

Panagiotis Korros
A: 

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

Richard
A: 

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

Andrei Savu
+1  A: 

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

A: 

Origo offers free subversion hosting for both open- and closed-source projects. In addition you also get additional tools, such as an issue tracker and a wiki.

M4N
A: 

Fog Creek's Kiln is a great private Mercurial/FogBugz stack that is free for 1-2 developers.

There is a great Visual Studio scc provider.

There is an open question with some good information r.e. hg and eclipse/netbeans here

But... TortoiseHG has good shell integration for those with command-line-o-phobia ;-)

Sky Sanders