What are the benefits of Mercurial or git over svn ?
Posted
by yves Baumes
on Stack Overflow
See other posts from Stack Overflow
or by yves Baumes
Published on 2010-03-25T19:37:37Z
Indexed on
2010/03/25
19:53 UTC
Read the original article
Hit count: 477
I've heard for instance that merging branches with git or mercurial is easier than with svn.
Reading last Joel on software blog entry, I didn't get it exactly why. Could you provide a concrete exemple where merging with git/mercurial lead to less merge conflicts compared to svn please?
© Stack Overflow or respective owner