Fixed in r1149010.
On Wed, Jul 20, 2011 at 22:20, Greg Stein <gst...@gmail.com> wrote: > On Wed, Jul 20, 2011 at 21:11, <pbu...@apache.org> wrote: >>... >> +++ subversion/trunk/subversion/libsvn_client/merge.c Thu Jul 21 01:11:27 >> 2011 >>... >> @@ -8146,10 +8146,10 @@ remove_noop_subtree_ranges(const char *u >> youngest_gap_rev->end, >> TRUE, scratch_pool); >> SVN_ERR(svn_rangelist_remove(&(inoperative_ranges), >> - log_gap_baton.operative_ranges, >> + operative_ranges, >> inoperative_ranges, FALSE, scratch_pool)); >> >> - SVN_ERR(svn_rangelist_merge(&(log_gap_baton.merged_ranges), >> + SVN_ERR(svn_rangelist_merge(&merged_ranges, >> inoperative_ranges, scratch_pool)); > > I think it is this change, but I'm having problems in my local > environment to test. In short: you're not getting the merged stuff > back into the baton. > > Will try and get this fixed/tested... > > Cheers, > -g >