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 <markp...@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.