Re: Regression in dirent_walker with malformed DAV responses

2014-11-03 Thread Philip Martin
Philip Martin writes: > If the > Solaris port has defined SVN_FILESIZE_T_FMT as "%ld", rather than "ld", > the resulting format string would be "%%ld" and would lead to the ouput > shown above. The difficulty here is that breaking the DAV code like > that would also break the FSFS backend code a

Re: Regression in dirent_walker with malformed DAV responses

2014-11-03 Thread Branko Čibej
On 03.11.2014 12:12, Philip Martin wrote: > James McCoy writes: > >> HTTP/1.1 207 Multi-Status >> Date: Sat, 01 Nov 2014 03:59:48 GMT >> Server: Oracle-Application-Server-11g >> Content-Length: 670 >> Content-Type: text/xml; charset="utf-8" >> Content-Language: en >> >> >> > xmlns:ns1="http://sub

Re: Regression in dirent_walker with malformed DAV responses

2014-11-03 Thread Philip Martin
James McCoy writes: > HTTP/1.1 207 Multi-Status > Date: Sat, 01 Nov 2014 03:59:48 GMT > Server: Oracle-Application-Server-11g > Content-Length: 670 > Content-Type: text/xml; charset="utf-8" > Content-Language: en > > > xmlns:ns1="http://subversion.tigris.org/xmlns/dav/"; xmlns:ns0="DAV:"> > xm

Regression in dirent_walker with malformed DAV responses

2014-11-01 Thread James McCoy
As described in [0], SVN::Ra::get_dir errors out with Incorrect parameters given: Could not convert '%ld' into a number at /path/to/scriptname line X with certain servers. [0]: https://bugs.debian.org/767530 This can also be demonstrated with a simple ls command -- svn ls http://www.virtualb