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

Re: svn commit: r38758 - in trunk/subversion: include/private libsvn_client libsvn_wc svn

From: Stefan Sperling <stsp_at_elego.de>
Date: Sat, 15 Aug 2009 16:29:20 +0100

On Fri, Aug 14, 2009 at 12:51:20PM -0700, Neels Janosch Hofmeyr wrote:
> Author: neels
> Date: Fri Aug 14 12:51:20 2009
> New Revision: 38758
>
> Log:
> In `svn info', in the tree-conflict section, show ^/ style URLs when the
> conflicted node's URL coincides with the current working copy.

> return apr_psprintf(pool, "(%s) %s@%ld",
> svn_cl__node_kind_str_human_readable(node->node_kind),
> - url_str, node->peg_rev);
> + svn_path_url_add_component2(root_str, path_str, pool),

Shouldn't we be using svn_uri_join() instead of
svn_path_url_add_component2()?

Stefan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2383867
Received on 2009-08-15 17:30:06 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.