When i try to download something from subversion repositories with
compression enabled svn fail with the following error:
$ svn co http://svn.collab.net/repos/svn/trunk subversion
svn: RA layer request failed
svn: OPTIONS request failed on /repos/svn/!svn/bc/4720/
svn: The OPTIONS request returned invalid XML in the response: XML parse
error at line 1: Extra content at the end of the document
.. (/repos/svn/!svn/bc/4720/)
with compression disabled it works fine
Attached 2 traces of the comunication (one with compression and one
without it)
(Using debian package of subversion (version 0.17.1 (r4503)) )
[Only the OPTIONS request/response atached as sussman on irc said]
PD: If you need more info or have comments please CC me, i'm not
suscribed to the list
--
Eduardo Garcia Cebollero <kiwnix@yahoo.es>
OPTIONS /repos/svn/!svn/bc/4720/ HTTP/1.1
Host: svn.collab.net
User-Agent: neon/0.23.6 SVN/0.17.1 (r4503)
Connection: TE
TE: trailers
Content-Length: 104
Content-Type: text/xml
Accept-Encoding: gzip
Accept-Encoding: gzip
<?xml version="1.0" encoding="utf-8"?><D:options xmlns:D="DAV:"><D:activity-collection-set/></D:options>HTTP/1.1 200 OK
Date: Mon, 03 Feb 2003 23:20:47 GMT
Server: Apache/2.0.44 (Unix) mod_ssl/2.0.44 OpenSSL/0.9.6 DAV/2 SVN/0.17.0+
DAV: 1
DAV: version-control,checkout,working-resource
DAV: merge,baseline,activity,version-controlled-collection
DAV: <http://apache.org/dav/propset/fs/1>
MS-Author-Via: DAV
Allow: OPTIONS,GET,HEAD,POST,DELETE,TRACE,PROPFIND,PROPPATCH,COPY,MOVE,CHECKOUT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 148
Content-Type: text/xml; charset="utf-8"
(/\|E'Ty`!Ǔ{TĜ,{,^7HFћu0[~z
OPTIONS /repos/svn/!svn/bc/4720/ HTTP/1.1
Host: svn.collab.net
User-Agent: neon/0.23.6 SVN/0.17.1 (r4503)
Connection: TE
TE: trailers
Content-Length: 104
Content-Type: text/xml
<?xml version="1.0" encoding="utf-8"?><D:options xmlns:D="DAV:"><D:activity-collection-set/></D:options>HTTP/1.1 200 OK
Date: Mon, 03 Feb 2003 23:47:45 GMT
Server: Apache/2.0.44 (Unix) mod_ssl/2.0.44 OpenSSL/0.9.6 DAV/2 SVN/0.17.0+
DAV: 1
DAV: version-control,checkout,working-resource
DAV: merge,baseline,activity,version-controlled-collection
DAV: <http://apache.org/dav/propset/fs/1>
MS-Author-Via: DAV
Allow: OPTIONS,GET,HEAD,POST,DELETE,TRACE,PROPFIND,PROPPATCH,COPY,MOVE,CHECKOUT
Vary: Accept-Encoding
Content-Length: 189
Content-Type: text/xml; charset="utf-8"
<?xml version="1.0" encoding="utf-8"?>
<D:options-response xmlns:D="DAV:">
<D:activity-collection-set><D:href>/repos/svn/!svn/act/</D:href></D:activity-collection-set></D:options-response>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 4 01:23:38 2003