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

Re: svn commit: r1149001 - /subversion/trunk/subversion/libsvn_client/merge.c

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 20 Jul 2011 22:20:31 -0400

On Wed, Jul 20, 2011 at 21:11, <pburba_at_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
Received on 2011-07-21 04:21:07 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.