On Mon, Jul 05, 2004 at 09:37:17PM -0500, Karl Fogel wrote:
> I run this command just about every day:
>
> $ svn log http://svn.collab.net/repos/svn/ trunk branches > log.out.tmp
>
> Sometime today, it started failing (with very recent svn):
>
> $ svn log http://svn.collab.net/repos/svn/ trunk branches > log.out.tmp
> subversion/libsvn_ra_dav/util.c:670: (apr_err=175002)
> svn: REPORT request failed on '/repos/svn/!svn/bc/10146'
> subversion/libsvn_ra_dav/util.c:656: (apr_err=175002)
> svn: The REPORT request returned invalid XML in the response: \
> XML parse error at line 151235: Extra content at the end \
> of the document
> . (/repos/svn/!svn/bc/10146)
> $
I can't reproduce the error message, but I do notice you're using
libxml2. If I build neon against libxml2 rather than expat I can
reproduce the seemingly random insertion of newlines in the log messages
(packet fragmentation affects the size of the blocks passed to XML
parser so that could be the random factor).
With expat the log messages are identical every time, so there is
probably a bug either in libxml2 or in how neon drives it.
Can you upload the neon debug log somewhere (with e.g. neon-debug-mask =
134) from a run which produces the error?
joe
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 6 10:21:44 2004