|
|
|
|
|
by eclipticplane
27 days ago
|
|
Subversion pre-1.5 was a nightmare. Branch merges were by convention in commit messages. To merge 20 commits from your branch, you would do `svn merge -r 125:140 /branches/my-feature` and then note in the commit message which range you merged. 1.5 made that tracking automatic but just shoved it into a metadata field that just percolated through every directory in a project. And if someone tried to rename a core path? In the distance, sirens. |
|