RE: Confused about how to merge changes from branch to trunk
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Wed, 25 Sep 2013 18:45:23 +0000
> Posted a question about this on stackoverflow but the advice i've been given
First... this depends on what version of TSVN you are using. I don't see that you mentioned it.
Basically, you need to merge from trunk into your branch. That will bring everything from trunk since you did your copy into your branch. Once your project is good, pass tests, compile etc... commit that merge to your branch.
Then you want to "reintegrate" the branch into the trunk. How to do this step depends on if you are on 1.7 or 1.8.
If you are on 1.8 you basically do that same as before... merge into trunk from branch. Commit to trunk, and continue using your branch.
If you are in 1.7 you need to do a "reintegration" merge into trunk from branch. Commit to trunk... then you should delete your branch. However, you can continue using the branch if you once again merge from trunk, this time merge in the revision that you commited the merge from branch in your trunk. But, do a "record only" merge. Commit that. If you do this "incantation" you should be able to continue using the branch.
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.