RE: Confused about how to merge changes from branch to trunk
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Thu, 26 Sep 2013 14:42:23 +0000
> On 9/26/2013 10:13 AM, Quoth Ian L:
I agree with Gavin here. Make sure you always merge from the root of your project. Make sure you commit ALL the changes, including the merge info properties.
As far as needing to check out the trunk... yes, that is the way svn works. When you merge it's just a fancy diff, the diff needs to be applied somewhere. This also gives you the opportunity to verify the merge, compile, run your tests, etc before it gets commited to the repository.
I would suggest at this point since you say it is trying to merge stuff it shouldn't that you merge your trunk into your branch, ALL REVISIONS, in the merge options page select "Only record the merge". This will update the merge info on your project root folder. Commit that. Then do the same thing into trunk from branch. Once you do this, future merges should automatically only select revisions that weren't previously merged.
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.