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

Logging Subversion client HTTP requests

From: Manuel Lemos <mlemos_at_acm.org>
Date: Sat, 30 Jul 2011 07:16:14 -0300

Hello,

I am writing a small SubVersion client library independent of the svn
client command.

My library works well but for some reason it does not work with a
certain SSL server that is not under my control. It returns error 400. I
assume I am sending some malformed commands.

On the other hand the svn client command works well. I tried to use
strace to see what svn does different but since it is all in SSL I
cannot see the HTTP requests and responses in the strace output because
it is all encrypted.

Is there a way to log the svn client HTTP traffic to a file so I can
examine and compare the requests being sent and responses being received?

-- 
Regards,
Manuel Lemos
Received on 2011-07-30 12:17:18 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.