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

Re: mod_dav_svn performance

From: John Waycott <javajohn_at_cox.net>
Date: Mon, 25 Feb 2008 07:45:25 -0700

Chris Rose wrote:
> We've just completed a migration from CVS to SVN, with the new
> repository hosted on the same machine, same filesystem, and provided
> by way of mod_dav_svn to our users. What we're seeing is some nasty
> divergence of performance; SVN is taking on average twice the time to
> check out source. Is there any guidance available on improving the
> performance of the server? We cannot justify throwing additional
> hardware at the problem at this time, so a software solution would be
> preferred.
>
> Any suggestions?
>
If your clients have low-latency connections to the server, turning on
http compression (mod deflate) in the Apache server may help. We found
that it reduced our checkout times about 20%.

We also found virus scanning software can impact checkout times. We
still leave it turned on because of our IT policy.

As others have stated, SVN will always be slower for checkout than CVS,
but that is not the common operation.

-- John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-25 15:45:48 CET

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.