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

svn: XML data was not well-formed

From: Martin Schröder <martin_at_oneiros.de>
Date: Thu, 18 Sep 2008 22:09:59 +0200

Hi,
I'm trying to copy a dir between two repos on the same server:
>svn cp http://scm.foundry.supelec.fr/svn/pdftex/vendor http://scm.foundry.supelec.fr/svn/luatex/vendor
svn: XML data was not well-formed

Is this supported at all? If it's not, then the error is misleading...:-{

Here's some debug output:
---------------------------------------
Doing DNS lookup on scm.foundry.supelec.fr...
Running pre_send hooks
compress: Initialization.
Sending request headers:
OPTIONS /svn HTTP/1.1
Host: scm.foundry.supelec.fr
User-Agent: SVN/1.5.2 (r32768) neon/0.26.4
Keep-Alive:
Connection: TE, Keep-Alive
TE: trailers
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Accept-Encoding: gzip

Sending request-line and headers:
Connecting to 193.48.224.170
Request sent; retry is 0.
[status-line] < HTTP/1.1 200 OK
[hdr] Date: Thu, 18 Sep 2008 19:51:02 GMT
Header Name: [date], Value: [Thu, 18 Sep 2008 19:51:02 GMT]
[hdr] Server: Apache/2.2.4 (Fedora)
Header Name: [server], Value: [Apache/2.2.4 (Fedora)]
[hdr] X-Powered-By: PHP/5.2.2
Header Name: [x-powered-by], Value: [PHP/5.2.2]
[hdr] Content-Length: 37
Header Name: [content-length], Value: [37]
[hdr] Connection: close
Header Name: [connection], Value: [close]
[hdr] Content-Type: text/html; charset=UTF-8
Header Name: [content-type], Value: [text/html; charset=UTF-8]
[hdr]
End of headers.
Reading 37 bytes of response body.
Got 37 bytes.
Read block (37 bytes):
[<h1> Welcome to Subversion... </h1>

]
Running post_send hooks
Request ends, status 200 class 2xx, error line:
200 OK
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn HTTP/1.1
Host: scm.foundry.supelec.fr
User-Agent: SVN/1.5.2 (r32768) neon/0.26.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 300
Accept-Encoding: gzip

Sending request-line and headers:
Connecting to 193.48.224.170
Sending request body:
Body block (300 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><version-controlled-configuration
xmlns="DAV:"/><resourcetype xmlns="DAV:"/><baseline-relative-path
xmlns="http://subversion.tigris.org/xmlns/dav/"/><repository-uuid
xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind>]
Request sent; retry is 0.
[status-line] < HTTP/1.1 200 OK
[hdr] Date: Thu, 18 Sep 2008 19:51:02 GMT
Header Name: [date], Value: [Thu, 18 Sep 2008 19:51:02 GMT]
[hdr] Server: Apache/2.2.4 (Fedora)
Header Name: [server], Value: [Apache/2.2.4 (Fedora)]
[hdr] X-Powered-By: PHP/5.2.2
Header Name: [x-powered-by], Value: [PHP/5.2.2]
[hdr] Content-Length: 37
Header Name: [content-length], Value: [37]
[hdr] Connection: close
Header Name: [connection], Value: [close]
[hdr] Content-Type: text/html; charset=UTF-8
Header Name: [content-type], Value: [text/html; charset=UTF-8]
[hdr]
End of headers.
Reading 37 bytes of response body.
Got 37 bytes.
Read block (37 bytes):
[<h1> Welcome to Subversion... </h1>

]
Request ends, status 200 class 2xx, error line:
200 OK
Running destroy hooks.
Request ends.
ne_session_destroy called.
ne_session_destroy called.
svn: XML data was not well-formed
---------------------------------------
Best
   Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-18 22:10:27 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.