This is a great question with some great answers. However none of them show a simple example where merging in git works better than svn.
On the chance this question will be closed as a dup, can someone please post a short answer that just shows
- A concrete merge scenario
- How it is difficult in svn?
- How the same merge is easier in git?
A few points:
- No philosophy or deep explanations of what a DVCS is please. These are great, really, but I don't want their details to obfuscate the answer to this (IMHO) important
- I don't care about "historic svn" at the moment. Please compare modern git (1.7.5) to modern svn (1.6.15).
- No renames please - I know that git detects renames and moves, while svn doesn't. This is great, but I am looking for something deeper, and example that doesn't involve renames or moves.
- No rebase or other 'advanced' git operation. Just show me the merge please.