How and/or Why is Merging in GIT Better than in SVN?
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-03-18T16:32:33Z
Indexed on
2010/03/18
16:41 UTC
Read the original article
Hit count: 183
version-control
|merging
I've heard a few places that one of the main ways distributed version control systems shine, is much better merging than traditional tools like SVN. Is this actually due to inherent differences in how the two systems work, or do specific DVCS implementations like GIT/Mercurial just have cleverer merging algorithms than SVN?
© Stack Overflow or respective owner