On Mon, Jun 17, 2013 at 4:00 PM, Lieven Govaerts <svn...@mobsol.be> wrote: > On Mon, Jun 17, 2013 at 9:22 PM, Mark Phippard <markp...@gmail.com> wrote: >> I updated my Windows laptop to 1.8.0 final. I am trying to commit a >> change for Subclipse to tigris.org and it is failing. The error >> message is not that helpful. Any ideas how to get better error >> information? > > There might be a higher level option, but in serf you can enable lots > of debug logging, at compile time in serf_private.h. > SSL_VERBOSE gives huge amount of log lines but is probably what you > need here, other interesting flags are SOCK_VERBOSE and CONN_VERBOSE.
I sent Lieven a tcpdump. Hopefully that will help. In the meantime I found another tool that analyzes HTTP traffic. The last request before it fails is a DELETE request that the server responds with a 204. Would that be unexpected by Serf? The URL for the DELETE request is: http://subclipse.tigris.org/svn/subclipse/!svn/act/b61b1e79-ba56-41b3-8b07-8649146e8212 Right before that (maybe Serf has multiple connections going) is a CHECKOUT that gets a 201. I notice that one says it was Closed by peer, so that might be the problem. Here is the info I can get out of this tool: Request Headers: DAV: http://subversion.tigris.org/xmlns/dav/svn/depth,http://subversion.tigris.org/xmlns/dav/svn/mergeinfo,http://subversion.tigris.org/xmlns/dav/svn/log-revprops Transfer-Encoding: chunked User-Agent: SVN/1.8.0 (x86_64-apple-darwin11.4.2) serf/1.2.1 Accept-Encoding: gzip Content-Type: text/xml Authorization: Basic xxxxxx Host: subclipse.tigris.org Response Headers: Server: Apache HelmLoginID: markphip Location: http://subclipse.tigris.org/svn/subclipse/!svn/wrk/b61b1e79-ba56-41b3-8b07-8649146e8212/trunk/www/update_1.10.x/features Cache-Control: no-cache Content-Type: text/html; charset=ISO-8859-1 Content-Length: 349 Date: Mon, 17 Jun 2013 23:22:39 GMT POST Text: <?xml version="1.0" encoding="utf-8"?><D:checkout xmlns:D="DAV:"><D:activity-set><D:href>/svn/subclipse/!svn/act/b61b1e79-ba56-41b3-8b07-8649146e8212</D:href></D:activity-set><D:apply-to-version></D:apply-to-version></D:checkout> -- Thanks Mark Phippard http://markphip.blogspot.com/