Re: SV: Can't get merge to work as suggested
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-03 19:51:33 CEST
"Tomas Sandkvist" <tomas.sandkvist@protang.se> writes:
> svn merge c:\svn_repository\projekt_A\trunk\Radtest.txt@59
This is the most common 'newbie' error with merging. :-)
You DO NOT WANT to compare the 'tip' of each branch!
You want to compare the *base* of the branch with the *tip* of the
If you compare the branch-tip and trunk-tip, that change includes too
The svn book talks about this common misunderstanding. It's the last
http://svnbook.red-bean.com/html-chunk/ch04s03.html
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.