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

Re: Any data compression between server and client?

From: Je suis la poubelle <lapsap7_at_gmail.com>
Date: Mon, 7 Jun 2010 14:44:23 +0200

     Thanks for your reply.

     My company has developers aboard accessing our SVN server through
VPN and they're always complaining that transmissions are very slow.
That's why I'm trying to find where the problem is.

     I was pretty sure there's compression and I'd like to dismiss
this as a possible cause. But when I want to confirm it on Tigris
foum, I got a rather unfriendly reply:
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2616471

     Is there any difference between SVN and Subversion, btw?

     TIA

On Fri, Jun 4, 2010 at 21:12, Mark Phippard <markphip_at_gmail.com> wrote:
>
> Subversion compresses the data it sends over the wire.  Using
> mod_deflate can get you a little extra compression on the entire HTTP
> request.  However, there is a huge memory leak when mod_deflate and
> Subversion are used together and a client that does not support
> deflate is used to access the repository.  So it is best to stay away
> from using mod_deflate and the benefits are relatively small since
> Subversion already uses compression.
Received on 2010-06-07 14:45:00 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.