Slow SVN checkouts
Nicolas Goutte
nicolasg at snafu.de
Tue Jul 5 16:26:12 BST 2005
On Tuesday 05 July 2005 12:50, Clarence Dang wrote:
> Hi,
>
> I've just started (!) using SVN and it seems to be slower than CVS by an
> order of magnitude on my 28k connection. Where is compression configured
> for a https SVN account? Anything else I need to configure?
Perhaps you can try a trick that I had found when I had problems uploading the
KOffice packages. The trick is to configure .ppprc (or another ppp
configuration file if it is more useful for you) to have:
mtu 296
mru 296
For me it had made a big difference (V.90 modem, so upload was 28.8Kbits/s
too.)
May be you can try to *disable* PPP compression:
nobsdcomp
nodeflate
(as the https data cannot be compressed anymore.)
Have a nice day!
>
> Thanks,
> Clarence
More information about the kde-core-devel
mailing list