Hi All.
I just upgraded to 1.0.2.
I'm getting "400 Bad Request" messges on a REPORT request when trying
to do a checkout. Mailing list archives suggest this is due to a
firewall/proxy, but (a) I'm not behind a firewall that I know of, and
(b) it worked before I upgraded.
I set neon-debug-mask=130 and compared the results on a client that
worked with the results on my failing client. Here's a relevant snippet
of output for the first REPORT request:
Working client
--------------
REPORT /repos/!svn/vcc/default HTTP/1.1
Host: frobnik.org
User-Agent: SVN/1.0.2 (r9423) neon/0.24.5
Connection: TE
TE: trailers
Content-Length: 201
Content-Type: text/xml
Sending request-line and headers:
Sending request body...
Body block (201 bytes):
[<S:update-report send-all="true"
xmlns:S="svn:"><S:src-path>http://frobnik.org/repos</S:src-path><S:target-revision>7</S:target-revision><S:entry
rev="7" start-empty="true"></S:entry></S:update-report>]
Request body sent: okay.
Request sent; retry is 1.
Non-working client
------------------
REPORT /repos/!svn/vcc/default HTTP/1.1
Host: frobnik.org
User-Agent: SVN/1.0.2 (r9423) neon/0.24.5
Connection: TE
TE: trailers
Content-Length: 0
Content-Type: text/xml
Sending request-line and headers:
Request sent; retry is 1.
...
As you can see, the XML body of the request is missing!
Does anyone have any idea what could cause this?
I suspect that something has gone horribly wrong in my compilation
process, but as there were no compile errors I can't imagine what.
Both machines are FreeBSD running svn 1.0.2. Running 'ldd' shows that
both svn's appear to be linked to the same libraries, except the
non-working version is linked to db 4.2 and the working version is linked
to db 4.0; and the non-working version wasn't built with SSL support.
(And no, this isn't an https URL).
-brian
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 12 17:29:27 2004