views:

104

answers:

3

Is Google code similar to Github where you can put your source code for collaboration?

Which is the de-facto SCM it's using?

And which one is recommended for project hosting?

+3  A: 

Yes, they are similar but support different versioning systems. Also the collaboration style is different. While Github (and Launchpad and BitBucket and all the other DVCS hosters) focus more on active collaboration between forked projects, Google Code's primary way of collaboration is through tickets.

So none of them is per-se better than the other, but perhaps fits your project management and contribution/collaboration style better. The whole debate between centralized and decentralized code versioning systems is related to that.

Horst Gutmann
There's also the element that Google Code's user interface sucks bowling balls through garden hoses. Utterly and completely terrible in every respect. It verges on sucking matter out of black holes.
JUST MY correct OPINION
+1  A: 

AFAIK Google code is yet to support git natively. At least as far as I can tell by the comments on the ticket open for this.

So if you are using or would like to use Git then Github will be naturally more suitable.

On the other hand if you are using SVN and would like to continue to then Google code might be a more natural fit.

I have found Github projects easier to set up and get going but that is fairly subjective. Some of my friends also claim that Github's support/ecosystem is better than Google's.

Manoj Govindan
+3  A: 

One big difference is the support by GitHub for smart http, as explained in the ProGit "smart http" section, supported since April 2010.

alt text

Being behind a firewall at work, that is more than useful to actually push anything to the remote repo!

I don't think "Google Code" support it officially, even though some contributors try to push that feature.

VonC