[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: Julian Foad <julianfoad_at_btopenworld.com>
Date: Fri, 23 Oct 2009 23:46:37 +0100

Greg Stein wrote:
> 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()

Thanks. r40208.

- Julian

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410788
Received on 2009-10-24 00:46:56 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.