What is the difference between 'svnmerge' (alias svnmerge.py, the python script that comes with svn) and 'svn merge' (Subversion 1.5's native merge-tracking)? Which one do you recommend?
|
|
Prior to 1.5, the Subversion Starting with version 1.5, meta-information is generated by svn at each merge, the This is not perfect yet though, as many would rightly say. So you should see what your needs are, if the standard In my experience, the standard option is more than enough in most cases. |
||||
|
|
|
|
||
|
|

svnmergeis an alias forsvn merge– Dana the Sane Nov 2 at 21:46svnmergeis NOT an alias forsvn merge.svnmergeis a script to do basic merge tracking on top of old (before 1.5) releases of Subversion which provided no merge tracking of their own. – bendin Nov 4 at 13:56