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

Re: svn commit: r40202 - trunk/subversion/libsvn_ra_neon

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 23 Oct 2009 13:47:52 -0400

On Fri, Oct 23, 2009 at 11:59, Julian Foad <julianfoad_at_btopenworld.com> wrote:
>...
> +++ trunk/subversion/libsvn_ra_neon/commit.c    Fri Oct 23 08:59:03 2009        (r40202)
>...
> @@ -373,8 +373,8 @@ static svn_error_t * add_child(version_r
>   rsrc->pool = pool;
>   rsrc->revision = revision;
>   rsrc->name = name;
> -  rsrc->url = svn_path_url_add_component(parent->url, name, pool);
> -  rsrc->local_path = svn_path_join(parent->local_path, name, pool);
> +  rsrc->url = svn_path_url_add_component2(parent->url, name, pool);
> +  rsrc->local_path = svn_uri_join(parent->local_path, name, pool);

That should be svn_relpath_join()

>...

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410715
Received on 2009-10-23 19:48: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.