RE: mergeinfo and reintegrate

2010-04-01 Thread Bob Archer
> Svn help mergeinfo does not reference --reintegrate at all. Are you > saying that a merge with the > -reintegrate option may skip some items that mergeinfo lists as > eligible? Certainly it does. When you do... ~/MyProjectsTrunk/ $ svn merge ^/branch/MyFeature svn will look at the trunk and f

mergeinfo and reintegrate

2010-04-01 Thread Jeremy Mordkoff
> > We use a lot of project branches, that is, we branch from trunk, > > develop a feature and then merge it back to trunk. Quite often, we need > > to merge a change or two from trunk out to our branch along the way. > > What I have noticed is that when I go to merge the branch back to trunk, > >