As of right now, on Windows 7, does Mercurial start up a server much simpler than Git?

Posted by Jian Lin on Stack Overflow See other posts from Stack Overflow or by Jian Lin
Published on 2010-06-06T14:05:26Z Indexed on 2010/06/06 14:12 UTC
Read the original article Hit count: 251

Filed under:
|
|
|
|

On Windows 7, from reading hginit.com, it seems like it is very easy to set up a Mercurial server?

mkdir repo
cd repo
hg init
hg serve

and that's it? Now http://localhost:8000 is the server. It seems that it is quite a bit harder to set a Git server up, either for Cygwin and mysysGit? Git for sure will make it simpler, maybe just not at this moment...

© Stack Overflow or respective owner

Related posts about git

Related posts about mercurial