RE: Unable to merge my changes
From: Bob Archer <bob.archer_at_amsi.com>
Date: Thu, 5 Nov 2009 13:20:08 -0500
> I am working with Tortoise SVN. The server is SVN version is 1.2.
Yes, you're not doing it right. If you want to merge all the changes you made in branch into the trunk you should be going FROM the first revision that contained the branch in branch TO the head of branch. If you read the svn book it explains what happens when you do a merge. The merge basically does a diff between the FROM and TO and applies that diff to the target. Once you understand that merges are much easier.
You might want to read the pre 1.5 version of the book, because 1.5 added merge tracking which doesn't exist in the versions that you are using.
BOb
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.