Re: bug report: ra_serf gets PROPFIND failure on certain non-ASCII paths

2010-03-08 Thread C. Michael Pilato
Just a note to say that I've filed issue #3601 to track this: http://subversion.tigris.org/issues/show_bug.cgi?id=3601 -- C. Michael Pilato CollabNet <> www.collab.net <> Distributed Development On Demand signature.asc Description: OpenPGP digital signature

Re: bug report: ra_serf gets PROPFIND failure on certain non-ASCII paths

2010-02-26 Thread Lieven Govaerts
On Thu, Feb 25, 2010 at 2:06 PM, Julian Foad wrote: > Lieven Govaerts wrote: >> [[[ >> ra_serf: Fix support for international characters in paths. [..] > >> [[[ >> Index: subversion/libsvn_ra_serf/merge.c >> === >> --- subversion/libs

Re: bug report: ra_serf gets PROPFIND failure on certain non-ASCII paths

2010-02-25 Thread Julian Foad
Lieven Govaerts wrote: > [[[ > ra_serf: Fix support for international characters in paths. > > Found by: cmpilato > > * subversion/libsvn_ra_serf/property.c > (end_propfind): Replace call to svn_uri_canonicalize with a call to >svn_ra_serf__uri_to_internal. > * subversion/libsvn_ra_serf/mer

Re: bug report: ra_serf gets PROPFIND failure on certain non-ASCII paths

2010-02-25 Thread Lieven Govaerts
> Cc: Subversion Development >> Subject: Re: bug report: ra_serf gets PROPFIND failure on certain non- >> ASCII paths > > >> These paths are canonicalized before being used, but >> svn_uri_canonicalize doesn't touch the encoded characters. Maybe it >>

RE: bug report: ra_serf gets PROPFIND failure on certain non-ASCII paths

2010-02-24 Thread Bert Huijben
> -Original Message- > From: lieven.govae...@gmail.com [mailto:lieven.govae...@gmail.com] On > Behalf Of Lieven Govaerts > Sent: woensdag 24 februari 2010 23:39 > To: C. Michael Pilato > Cc: Subversion Development > Subject: Re: bug report: ra_serf gets PROPFIND f

Re: bug report: ra_serf gets PROPFIND failure on certain non-ASCII paths

2010-02-24 Thread Lieven Govaerts
On Tue, Feb 23, 2010 at 3:37 PM, C. Michael Pilato wrote: > Got the following bug report from one of our CollabNet Asia peers.  I've not >  attempted to reproduce the problem myself.  This bug was experienced using > a 1.6.x client, but I don't know exactly which 'x'.  Anybody else seen > similar

bug report: ra_serf gets PROPFIND failure on certain non-ASCII paths

2010-02-23 Thread C. Michael Pilato
Got the following bug report from one of our CollabNet Asia peers. I've not attempted to reproduce the problem myself. This bug was experienced using a 1.6.x client, but I don't know exactly which 'x'. Anybody else seen similar? -