|
|
|
|
|
by TorKlingberg
932 days ago
|
|
I used svn only a few years ago and don't remember branching taking very long. Maybe it was csv that had to copy the all files. I do remember merges being horrible in svn. Just branching off trunk, doing some work and merging back is fine, but if you try to merge from trunk to your branch to "catch up" you're in for some pain when you later want to merge to trunk. Also svn treats adding and deleting file as different from just editing, more so than git does. |
|