Re: [PATCH] An svn_fspath__* API for '/'-prefixed paths

2010-11-22 Thread Julian Foad
On Thu, 2010-11-18, Julian Foad wrote: > Any thoughts or concerns about this patch to add a path manipulation API > for '/fs/relative/style' aka '/repo/relative/style' paths ... > > svn_fspath__is_canonical() > svn_fspath__join() > svn_fspath__is_child() > svn_fspath__basename() > > so th

RE: [PATCH] An svn_fspath__* API for '/'-prefixed paths

2010-11-18 Thread Bert Huijben
> -Original Message- > From: Stefan Sperling [mailto:s...@elego.de] > Sent: donderdag 18 november 2010 19:40 > To: Julian Foad > Cc: dev@subversion.apache.org > Subject: Re: [PATCH] An svn_fspath__* API for '/'-prefixed paths > > On Thu, Nov 18, 201

Re: [PATCH] An svn_fspath__* API for '/'-prefixed paths

2010-11-18 Thread Julian Foad
On Thu, 2010-11-18 at 19:40 +0100, Stefan Sperling wrote: > On Thu, Nov 18, 2010 at 06:29:56PM +, Julian Foad wrote: > > Any thoughts or concerns about this patch to add a path manipulation API > > for '/fs/relative/style' aka '/repo/relative/style' paths ... > > > +char * > > +svn_fspath__joi

Re: [PATCH] An svn_fspath__* API for '/'-prefixed paths

2010-11-18 Thread Stefan Sperling
On Thu, Nov 18, 2010 at 06:29:56PM +, Julian Foad wrote: > Any thoughts or concerns about this patch to add a path manipulation API > for '/fs/relative/style' aka '/repo/relative/style' paths ... > +char * > +svn_fspath__join(const char *fspath, > + const char *relpath, > +

[PATCH] An svn_fspath__* API for '/'-prefixed paths

2010-11-18 Thread Julian Foad
Any thoughts or concerns about this patch to add a path manipulation API for '/fs/relative/style' aka '/repo/relative/style' paths ... svn_fspath__is_canonical() svn_fspath__join() svn_fspath__is_child() svn_fspath__basename() so that we can stop abusing svn_uri_*() for this purpose, as d