Re: Merging Branches
From: Patrick Dean Rusk <PRusk_at_foliage.com>
Date: 2004-09-03 21:25:57 CEST
Your situation is actually far easier to resolve than you might think.
I personally think the "right way" described in the Subversion book does not
My experience has been that branches need to periodically bring over changes
1) Cut your branch, noting the revision of the branch point, say "X".
2) After some time, merge revisions X+1 to HEAD into the branch. Note the
3) Keep doing step 2 until you're done with your branch changes.
4) Do step 2 one more time, so that you branch is completely up-to-date with
5) Now you merge the branch into trunk without any reference to revisions or
6) Do a check to make sure that no one snuck in another trunk revision
I used this strategy in a 2500 file project where my branch affected 500+
Patrick Rusk
---------------------------------------------------------------------
|
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.