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

Re: svn commit: r39138 - trunk/subversion/libsvn_client

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 4 Sep 2009 15:27:55 -0400

On Fri, Sep 4, 2009 at 11:58, Hyrum K. Wright<hyrum_at_hyrumwright.org> wrote:
>...
> @@ -241,7 +241,7 @@ bail_on_tree_conflicted_children(const c
>     return SVN_NO_ERROR;
>
>   SVN_ERR(svn_wc__read_tree_conflicts(&conflicts, entry->tree_conflict_data,
> -                                      path, pool));
> +                                      local_abspath, pool));

Normally, a CONFLICTS hash is keyed by relative paths, not abspaths.
In this particular case, you're only going to scan the values, but
this change doesn't follow precedent.

>...

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2391091
Received on 2009-09-04 21:28:13 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.