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

RE: Messages and protocol crash on svn log with multiple targets

From: Bert Huijben <B.Huijben_at_competence.biz>
Date: Thu, 14 Feb 2008 12:23:31 +0100

> -- Subversion 1.4
> # svn log http://svn.collab.net/repos/svn/trunk/ subversion qq
> svn: REPORT request failed on '/repos/svn/!svn/bc/29335/trunk'
> svn: REPORT of '/repos/svn/!svn/bc/29335/trunk': 200 OK
> (http://svn.collab.net)

I tried looking in to this with tcpdump

----------------------------
REPORT /repos/svn/!svn/bc/29345/trunk HTTP/1.1
Host: svn.collab.net
User-Agent: SVN/1.4.6 (r28521) neon/0.26.4
Connection: TE
TE: trailers
Content-Length: 160
Content-Type: text/xml

<S:log-report
xmlns:S="svn:"><S:start-revision>29345</S:start-revision><S:end-revision
>0</S:end-revision><S:limit>10</S:limit><S:path>qq</S:path></S:log-repor
t>
-----------------------------

-----------------------------
HTTP/1.1 200 OK
Date: Thu, 14 Feb 2008 10:00:26 GMT
Server: Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.7a DAV/2 SVN/1.4.6
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/xml; charset="utf-8"

-----------------------------

It seems to trigger a completely empty but OK (200) response from
mod_dav_svn just before closing the connection. I would expect
mod_dav_svn to give some kind of error OR to return an empty but valid
response.

        Bert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-02-14 12:23:45 CET

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.