Re: --reintegrate merge problems
From: Paul Burba <ptburba_at_gmail.com>
Date: Fri, 5 Jun 2009 10:39:52 -0400
On Wed, Jun 3, 2009 at 11:35 AM, Brian Rieck <BRieck_at_sandcherry.com> wrote:
> Subtree mergeinfo in and of itself shouldn't cause problems for
Brian,
It's definitely not ok if you plan to use reintegrate to merge the
Always keep in mind that reintegrate is not really a "new" feature,
1) Copy trunk_at_N to branch
2A) Make changes on branch
2B) Make changes on trunk
2C) Periodically merge *all* available revisions from trunk to branch
e.g. svn merge %TRUNK_URL% branch_WC
3) Repeat 2 as needed
4) Reintegrate the branch back to trunk
e.g. e.g. svn merge %BRANCH_URL% trunk_WC --reintegrate
One thing regarding terminology, at least how I use it:
'subtree merge' - A merge targeting a subtree of a branch.
'cherry pick' - Merge some *explicit* revision or set of revisions.
Paul
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.