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

Re: Speed issues with ra_neon to remote repositories

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 25 Jun 2009 10:35:31 +0100

On Thu, Jun 25, 2009 at 09:47:42AM +0100, John Beranek wrote:
> HTTP checkout in India from UK master: 17s
> SVN checkout in India from UK master: 20s
> HTTP checkout in UK from UK master: 6s
> HTTP checkout in UK from UK master: 7s
> SVN checkout in UK from UK master: 5s
>
> It's interesting here to see that HTTP is quicker than SVN from India -
> this might be because the HTTP server is configured with mod_deflate.

Are you using svn+ssh://? If so, have you tried using SSH compression?
I'm not entire sure if it will really make a huge difference, but
it might be worth trying.

In ~/.subversion/config:

[tunnels]
ssh = "ssh -q -C"

Stefan
Received on 2009-06-25 11:36:35 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.