RE: Why is --reintegrate neccessary?
From: Piers Haken <Piers.Haken_at_4delite.com>
Date: Thu, 23 Sep 2010 14:53:53 -0700
The problem is that we have concurrent work going on in all the different branches, and those changes need to be merged freely between the branches.
For example, when a bug is fixed in the release branch, we need the change to be propagated back to the various QA and dev branches. The only way to do this is to cherry-pick those changes, otherwise SVN will attempt to merge the previous forward-merges back into those branches. Heaven forbid you have some renames in there! It gets more complicated when you have changes going in two directions sometimes it seems like SVN wants to apply the same change twice to the same tree. As far as I can tell this is all expected behavior.
I'd like to use a free, centralized vcs that can handle merge tracking well, but I guess I'll have to wait...
Piers.
-----Original Message-----
On 9/23/2010 3:27 PM, Piers Haken wrote:
Maybe it is just the nature of the feature-branch model. Do you really have that much trouble with people doing concurrent work in the trunk and fixing their conflicts as they happen?
-- Les Mikesell lesmikesell_at_gmail.comReceived on 2010-09-23 23:52:47 CEST |
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.