You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Wolfgang Schnerring <wo...@wosc.de> on 2002/11/06 16:36:16 UTC

XML parse error: not well-formed

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

Re: XML parse error: not well-formed

Posted by "Glenn A. Thompson" <gt...@cdr.net>.
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