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

Need help with this DAV stuff

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-11-05 22:26:42 CET

Philip Martin <philip@codematters.co.uk> writes:

Here's the neon output of the 'svn merge' response that's causing the
invalid XML error

End of headers.
Reading 1231 bytes of response body.
Got 1231 bytes.
Read block (1231 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:">
<D:response xmlns:S="svn:" xmlns:C="svn:custom:" xmlns:lp4="svn:" xmlns:lp1="DAV:" xmlns:lp3="http://subversion.tigris.org/xmlns/dav/" xmlns:lp2="http://apache.org/dav/props/">
<D:href>/repositories/merge_tests-4/!svn/bc/2/A/B/E/alpha</D:href>
<D:propstat>
<D:prop>
<C:foo>foo_val</C:foo>
<lp1:resourcetype/>
<lp1:getcontentlength>25</lp1:getcontentlength>
<lp1:getcontenttype>text/plain</lp1:getcontenttype>
<lp1:getetag>"2//A/B/E/alpha"</lp1:getetag>
<lp1:creationdate>2002-11-05T21:20:25.600619Z</lp1:creationdate>
<lp1:getlastmodified>Tue, 05 Nov 2002 21:20:25 GMT</lp1:getlastmodified>
<lp1:checked-in><D:href>/repositories/merge_tests-4/!svn/ver/2/A/B/E/alpha</D:href></lp1:checked-in>
<lp1:version-controlled-configuration><D:href>/repositories/merge_tests-4/!svn/vcc/default</D:href></lp1:version-controlled-configuration>
<lp1:version-name>2</lp1:version-name>
<lp1:creator-displayname>anonymous</lp1:creator-displayname>
<lp3:baseline-relative-path>A/B/E/alpha</lp3:baseline-relative-path>
<lp4:baseline-relative-path>A/B/E/alpha</lp4:baseline-relative-path>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Running destroy hooks.
Request ends.
 U working_copies/merge_tests-4/A/B2/E/alpha
New chunk.
[Chunk Size] < 0
Got chunk size: 0
Zero-size chunk.
[hdr]
End of headers.
Running post_send hooks
Running destroy hooks.
Request ends.
../svn/subversion/libsvn_ra_dav/util.c:332: (apr_err=175002, src_err=0)
svn: RA layer request failed
svn: REPORT request failed on /repositories/merge_tests-4/A/B
../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 13: xmlParseStartTag: invalid element name
.. (/repositories/merge_tests-4/A/B)

I'm assuming the problem is the <D:status>HTTP/1.1 200 OK</D:status>
line in the middle of the propstat. Is this a server bug?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 5 22:27:28 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.