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

RE: Question about mergeinfo

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Fri, 6 Aug 2010 10:49:34 -0400

> > Another question: we do revision based merging, promoting
> > stories/goals not necessarily in the same order they were
> > committed in the trunk. Besides helping in tracing the
> > changes in the branch the the original logs, is there any
> > other utility in having the mergeinfo information?
>
> I can't help you much about the mergeinfo, but are you saying here
> that you *only* do revision based merging, a.k.a. cherry-picking
> merging? Becuase if that's the case you don't need the mergeinfo at
> all and you can use the --ignore-ancestry option of the merge
> command to not store any mergeinfo. The history is preserved
> regardless of the mergeinfo. But, you probably mean you do cherry-
> picking merging from trunk to branch and then reintegrate the
> branch to trunk, so you do need mergeinfo.
>

Of course, --ignore-ancestry will also, well ignore ancestry, and only do a diff. So, if you have a file with the same name as an earlier file with the same path/name that is not actually its parent you are going to get a bad merge.

BOb
Received on 2010-08-06 16:50:14 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.