[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: not well-formed

From: Glenn A. Thompson <gthompson_at_cdr.net>
Date: 2002-11-06 20:28:39 CET

Wolfgang,

Boy, this looks thike the problem solved with 3662.
I'm at 3671 now and all the tests pass over DAV.
Did you run: make check BASE_URL=http://localhost? merge_test.py-4
will fail if the 3662 fix is not installed.
Perhaps you're picking up an old lib or something.
gat

Wolfgang Schnerring wrote:

>Hello !
>
>I'm running SVN 0.14.5 (rev 3668) with Apache 2.0.43,
>in a htaccess-password protected repository with the common layout
> /trunk
> /branches
> /1.0
>
>I have checked out trunk into my working copy, and get the following error:
> $ svn switch http://repos.url/branches/1.0
>
>[snip files being updated/added/deleted]
>
>subversion/libsvn_ra_dav/util.c:332: (apr_err=175002, src_err=0)
>svn: RA layer request failed
>svn: REPORT request failed on /trunk
>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 134: not well-formed. (/trunk)
>
>Anyway the working copy is left somewhat awkward, as trying
>to switch back yields:
> $ svn sw http://repos.url/trunk
> At revision nnn.
>
>which clearly is not the case; the working copy *has been switched*,
>at least partly.
>
>Even more strange, switching from a working copy of the branch
>to the trunk works just fine (so we have trunk->branch fails,
>but branch->trunk works).
>
>I get the same XML-not-well-formed error with
> $ svn merge -rX:Y http://repos.url/path/to/some/file
>
>subversion/libsvn_ra_dav/util.c:332: (apr_err=175002, src_err=0)
>svn: RA layer request failed
>svn: REPORT request failed on /path/to/some/file
>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: not well-formed. (/path/to/some/file)
>
>regardless of what /path/to/file is, branch or trunk.
>Whereas
> $ svn diff -rX:Y http://repos.url/path/to/some/file
>works just fine.
>
>I'm a bit confused now - any ideas ?
>
>Thanks a lot
>Wolfgang Schnerring
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: dev-help@subversion.tigris.org
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 6 20:26:52 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.