Re: Howto minimize 'svn cat' network traffic

2010-09-08 Thread Daniel Shahaf
How about % wget http://svn.apache.org/repos/asf/subversion/trunk/CHANGES?p=874150 (and did you mean "packets" or "round trips" or "requests"...) Martin Rakhmanov wrote on Wed, Sep 08, 2010 at 09:26:56 -0400: > I've found some tips like using serf library instead of neon to lower network > traf

Howto minimize 'svn cat' network traffic

2010-09-08 Thread Martin Rakhmanov
I've found some tips like using serf library instead of neon to lower network traffic 'svn cat' generates but still it produces more than 50 packets. Is there a way to tweak it so there are about two-three packets for this? Thanks in advance