Re: Confused about merging
From: Bob Proulx <bob_at_proulx.com>
Date: 2006-12-01 07:41:14 CET
Tremal Naik wrote:
I am not a TortiseSVN user. You may want to read through the online
http://svnbook.red-bean.com/nightly/en/svn.branchmerge.copychanges.html
> But the merge didn't work, i mean that when I performed a diff, the
Between 40 and 41 is one change on the main trunk. With the command
svn diff -r40:41 $URL/trunk | less
Verify that is what I want and then merge it in.
svn merge -r40:41 $URL/trunk .
Then verify that it created the differences that I wanted.
svn diff | less
Bob
---------------------------------------------------------------------
|
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.