After some reading with the intention to understand what is really svn reintegrate.
Can someone give an Example of:
svn merge of a branch to trunk and svn merge --reintegrate of a branch to trunk
Which give different results ?
After some reading with the intention to understand what is really svn reintegrate.
Can someone give an Example of:
svn merge of a branch to trunk and svn merge --reintegrate of a branch to trunk
Which give different results ?
svn merge
and svn merge --reintegrate
produce the identical results, for --reintegrate
options getting (internally) diff is just slightly easier