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

Re: Tweaking 1.5.x's Mergeinfo (Was: svn commit: r30390 - branches/1.5.x)

From: Paul Burba <ptburba_at_gmail.com>
Date: Wed, 9 Apr 2008 17:33:21 -0400

On Wed, Apr 9, 2008 at 5:32 PM, Paul Burba <ptburba_at_gmail.com> wrote:
> I found the problem, it was a bug in
> merge.c:filter_self_referential_mergeinfo(). When manipulating and
> array of svn_prop_t, when the svn_prop_t for svn:mergeinfo was
> processed a *separate* svn_prop_t was created for each merge source.
> Ultimately this caused libsvn_wc/props.c:svn_wc__merge_props() to call
> props:apply_single_prop_change() *multiple* times for svn:mergeinfo
> leading to the odd results. Fixed that in r?????
                                               ^^^^
                                           r30467, sorry

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-04-09 23:33:33 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.