[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: "XML parse error"?

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2002-10-24 01:54:43 CEST

On Wed, Oct 23, 2002 at 06:05:42PM -0500, Ben Collins-Sussman wrote:
> Josef Wolf <jw@raven.inka.de> writes:
>
> > > ~/local/tmp> svn co https://svn.collab.net/repos/svn/tags/0.14.3/subversion/libsvn_subr
> > > A libsvn_subr/svn_error.c
> > > [ ... ]
> > > Checked out revision 3381.
> > > ~/local/tmp> cd libsvn_subr/
> > > ~/local/tmp/libsvn_subr> svn up -r 3200
> > > /home/jw/local/l/subvers/src/svn/subversion/libsvn_ra_dav/util.c:332: (apr_err=175002, src_err=0)
> > > svn: RA layer request failed
> > > svn: REPORT request failed on /repos/svn/tags/0.14.3/subversion/libsvn_subr /home/jw/local/l/subvers/src/svn/subversion/libsvn_ra_dav/util.c:316: (apr_err=175002, src_err=0)
> > > svn: The REPORT request returned invalid XML in the response: XML parse error at line 1: xmlParseStartTag: invalid element name .. (/repos/svn/tags/0.14.3/subversion/libsvn_subr)
>
> I'm able to reproduce this error very easily.
>
> Keep in mind: the repository path doesn't *exist* in r3200. So in
> theory your update command should delete the entire working copy.
>
> As it is, it looks like the response is sending some kind of weird
> XML, but I can't see the problem, because my stupid svn client is
> requesting a gzipped response. (Can I disable that?!)

See issue #940 for details. (Yes, disabling gzip would be a useful
config option. You can also get neon to dump the gunzipped response
blocks by flipping an #if 0 in ne_compress.c)

Regards,

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 24 01:55:01 2002

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.