[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: svn merge --reintegration.

From: Jeremy Mordkoff <jlm_at_ZeeVee.Com>
Date: Tue, 21 Sep 2010 08:49:52 -0400

A merge to a new branch based on the head of trunk should be no
different than a merge to trunk itself. The secondary merge of the newly
merged branch to trunk will be trivial. I still often do exactly what
you propose so that I can test and debug the merged code before
committing it to trunk.

So the real question is, merge from trunk to branch first or just merge
from branch to trunk and be done with it? I usually decide based on two
things. Is the branch obsolete after this operation? If so, I merge from
branch to trunk. If not, I ask myself which changes am I more familiar
with and I merge FROM there. For some reason I find this easier. If the
merge is painful due to conflicts, I sometimes do the merge one
changeset at a time.

Have you figured out whether or not the conflicts are due to white space
issues such as new lines/carriage returns, tabs/spaces or other
reformatting issues?

jlm
Received on 2010-09-21 14:50:43 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.