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

Error on 'svn up' against branches/1.0.x

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2004-03-06 07:50:54 CET

I finally managed to have tcpdump running while running 'svn up' against
branches/1.0.x when I get my error on 'svn up.' I'm using a current trunk
client. The error from svn is:

svn: REPORT request failed on '/repos/svn/!svn/vcc/default'
svn: The REPORT request returned invalid XML in the response: XML parse error
at line 1: Extra content at the end of the document
. (/repos/svn/!svn/vcc/default)

I can't find anything obviously wrong other than not getting a response back
for the REPORT request. The little white boxes are LFs that didn't appear
right when I pasted in to the email but appear right in the raw dump and
ethereal. Perhaps there's an error logged on the server?

Anyone have a clue? -- justin

PROPFIND /repos/svn/branches/1.0.x HTTP/1.1
Host: svn.collab.net
User-Agent: SVN/1.1.0 (dev build) neon/0.24.4
Keep-Alive:
Connection: TE, Keep-Alive
TE: trailers
Content-Length: 300
Content-Type: text/xml
Depth: 0
Accept-Encoding: gzip
Accept-Encoding: gzip

<?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>HTTP/1.1
207 Multi-Status
Date: Sat, 06 Mar 2004 06:25:34 GMT
Server: Apache/2.0.48 (Unix) mod_ssl/2.0.48 OpenSSL/0.9.6 DAV/2 SVN/0.37.0+
Keep-Alive: timeout=15, max=10
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/xml; charset="utf-8"

2c2
<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:"
xmlns:ns1="http://subversion.tigris.org/xmlns/dav/" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/repos/svn/branches/1.0.x/</D:href>
<D:propstat>
<D:prop>
<lp1:version-controlled-configuration><D:href>/repos/svn/!svn/vcc/default</D:
href></lp1:version-controlled-configuration>
<lp1:resourcetype><D:collection/></lp1:resourcetype>
<lp3:baseline-relative-path>branches/1.0.x</lp3:baseline-relative-path>
<lp3:repository-uuid>65390229-12b7-0310-b90b-f21a5aa7ec8e</lp3:repository-uui
d>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>

0

REPORT /repos/svn/!svn/vcc/default HTTP/1.1
Host: svn.collab.net
User-Agent: SVN/1.1.0 (dev build) neon/0.24.4
Connection: TE
TE: trailers
Content-Length: 167
Content-Type: text/xml
Accept-Encoding: gzip
Accept-Encoding: gzip

<S:update-report send-all="true"
xmlns:S="svn:"><S:src-path>http://svn.collab.net/repos/svn/branches/1.0.x</S:s
rc-path><S:entry rev="8393"></S:entry></S:update-report>HTTP/1.1 200 OK
Date: Sat, 06 Mar 2004 06:25:34 GMT
Server: Apache/2.0.48 (Unix) mod_ssl/2.0.48 OpenSSL/0.9.6 DAV/2 SVN/0.37.0+
Transfer-Encoding: chunked
Content-Type: text/xml; charset="utf-8"

0

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 6 07:51:05 2004

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.