Live data from Hacker News

An end to the loneliness of the open-source coder?

petewarden.typepad.com

1–10 of 18 posts

Re: An end to the loneliness of the open-source coder?

#4
post #2

What really sets GitHub apart, is not that it uses Git, but how elegantly it pulls everything together (source control, new API discovery, networking, site hosting) around a set of core social networking ideas.

So, do you think it is possible to create something similar, but with the support for some other version control system, like mercurial? Or even a centralized one like svn? Could it even be github to offer this, despite the name?

Re: An end to the loneliness of the open-source coder?

#5
post #4
post #2

What really sets GitHub apart, is not that it uses Git, but how elegantly it pulls everything together (source control, new API discovery, networking, site hosting) around a set of core social networking ideas.

So, do you think it is possible to create something similar, but with the support for some other version control system, like mercurial? Or even a centralized one like svn? Could it even be github to offer this, despite the name?

There's a github clone for mercurial: http://bitbucket.org/

Re: An end to the loneliness of the open-source coder?

#6

2008 called, and it wants its realizations back.

2000, rather. Source Forge was really social at some point; I used to routinely browse the "help wanted" sections and found a few interesting projects to contribute to that way.

I also like Savannah because I am a closet GNU-cultist :-)

Re: An end to the loneliness of the open-source coder?

#7
post #4
post #2

What really sets GitHub apart, is not that it uses Git, but how elegantly it pulls everything together (source control, new API discovery, networking, site hosting) around a set of core social networking ideas.

So, do you think it is possible to create something similar, but with the support for some other version control system, like mercurial? Or even a centralized one like svn? Could it even be github to offer this, despite the name?

CodePlex (most commonly used for .NET projects) has support for Mercurial but I don't think its social features are quite as strong as Github's.

Re: An end to the loneliness of the open-source coder?

#8
post #4
post #2

What really sets GitHub apart, is not that it uses Git, but how elegantly it pulls everything together (source control, new API discovery, networking, site hosting) around a set of core social networking ideas.

So, do you think it is possible to create something similar, but with the support for some other version control system, like mercurial? Or even a centralized one like svn? Could it even be github to offer this, despite the name?

Mercurial has http://bitbucket.org/ -- not nearly as popular but a tad less cluttered IMHO.

Re: An end to the loneliness of the open-source coder?

#10
post #4
post #2

What really sets GitHub apart, is not that it uses Git, but how elegantly it pulls everything together (source control, new API discovery, networking, site hosting) around a set of core social networking ideas.

So, do you think it is possible to create something similar, but with the support for some other version control system, like mercurial? Or even a centralized one like svn? Could it even be github to offer this, despite the name?

There is a hg plugin which allows lossless communication between git and hg [1]. So in a way github already exists for mercurial, and since it already exists there is no question as to whether or not it is possible to do.

1: http://hg-git.github.com/

Post reply on HN