Logging Subversion client HTTP requests

2011-07-30 Thread Manuel Lemos
and compare the requests being sent and responses being received? -- Regards, Manuel Lemos

Re: Logging Subversion client HTTP requests

2011-07-30 Thread Manuel Lemos
Hello, on 07/30/2011 07:18 AM Ryan Schmidt said the following: > > On Jul 30, 2011, at 05:16, Manuel Lemos wrote: > >> 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? > &g

Re: Logging Subversion client HTTP requests

2011-07-30 Thread Manuel Lemos
Hello Erik, on 07/30/2011 09:00 AM Erik Huelsmann said the following: Hi Manuel, On Sat, Jul 30, 2011 at 12:16 PM, Manuel Lemos mailto:mle...@acm.org>> wrote: Hello, I am writing a small SubVersion client library independent of the svn client command. My library work

Re: Logging Subversion client HTTP requests

2011-07-30 Thread Manuel Lemos
gure what am I doing differently. I am also skilled in C programming for many years but that is not an option to run my code in environments that I do not control. So, would you be able to be so kind to help locating the svn command code that I need to hack to make it show the HTTP dialog? -- R

Re: Logging Subversion client HTTP requests

2011-07-30 Thread Manuel Lemos
tion for that serf library so I can figure how it is used in the svn command? -- Regards, Manuel Lemos JS Classes - Free ready to use OOP components written in JavaScript http://www.jsclasses.org/

Re: Logging Subversion client HTTP requests

2011-07-30 Thread Manuel Lemos
rsion because even GET requests fail. Just let me know if you have any idea. -- Regards, Manuel Lemos JS Classes - Free ready to use OOP components written in JavaScript http://www.jsclasses.org/ -- Regards, Manuel Lemos JS Classes - Free ready to use OOP components written in JavaScript http://www.jsclasses.org/

Re: Logging Subversion client HTTP requests

2011-07-30 Thread Manuel Lemos
. Anyway, this problem is solved now. Thanks for the interest in helping out. I still have a problem with CodePlex SubVersion, which is also accSSL, but I think I will figure out comparing with requests sent by the svn program to non-SSL sites. I will let you know otherwise. -- Regards, Manuel

Re: Logging Subversion client HTTP requests

2011-08-01 Thread Manuel Lemos
g can compress text data about 5 times, it seemed to me there is a great opportunity to make SubVersion HTTP server accesses much faster, but that opportunity is not being addressed because SubVersion HTTP servers do not compress responses. Again I maybe missing something here. -- Regards, M

Re: Logging Subversion client HTTP requests

2011-08-01 Thread Manuel Lemos
lated. Thanks anyway. -- Regards, Manuel Lemos JS Classes - Free ready to use OOP components written in JavaScript http://www.jsclasses.org/

Re: Logging Subversion client HTTP requests

2011-08-01 Thread Manuel Lemos
in SSL and I cannot tap the exchanged traffic with strace or wireshark. -- Regards, Manuel Lemos JS Classes - Free ready to use OOP components written in JavaScript http://www.jsclasses.org/

Re: AW: Logging Subversion client HTTP requests

2011-08-01 Thread Manuel Lemos
Hello Markus, on 08/01/2011 03:54 AM Markus Schaber said the following: Hi, Von: Manuel Lemos [mailto:mle...@acm.org] Sorry, I did not mention that I am writing a pure PHP client Hmm. Somehow even this Idea increases my headache level... AFAICs, the SvnKit people are the only project

Re: gzip compression (was: Re: Logging Subversion client HTTP requests)

2011-08-05 Thread Manuel Lemos
anuel Lemos Cc: Andreas Krey; Erik Huelsmann; users@subversion.apache.org Subject: Re: gzip compression (was: Re: Logging Subversion client HTTP requests) On Aug 1, 2011, at 02:16, Manuel Lemos wrote: Anyway, another odd thing is that the client always sends a request header saying it can handle

Re: Logging Subversion client HTTP requests

2011-08-05 Thread Manuel Lemos
Hello, on 08/01/2011 05:23 AM Andreas Krey said the following: On Mon, 01 Aug 2011 04:20:07 +, Manuel Lemos wrote: ... Been there, tried that, but wireshark does not decrypt SSL traffic unless you have the server SSL key, which is not the case because the server is not under my control

Re: gzip compression

2011-08-05 Thread Manuel Lemos
oing it and SubVersion servers could be much faster then they are today but they aren't. I am not sure what is the way to submit improvement suggestions, but if any SubVersion core developer is reading this, please consider adding gzip/deflate compression built-in mod_dav_svn. --

Re: Logging Subversion client HTTP requests

2011-08-05 Thread Manuel Lemos
compression only happens inside your ssh tunnel. I am sure a direct connection with gzip/deflate compression would be much faster. -- Regards, Manuel Lemos JS Classes - Free ready to use OOP components written in JavaScript http://www.jsclasses.org/

Re: AW: Logging Subversion client HTTP requests

2011-08-05 Thread Manuel Lemos
on 08/01/2011 09:55 AM Les Mikesell said the following: On 8/1/11 2:37 AM, Manuel Lemos wrote: As I mentioned before, I needed to see traffic to SSL servers, which you cannot see with Wireshark unless you have the server private SSL key, which is not the case. Thanks for the tip anyway. If