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

Re: Very slow svnserve responses on private repositories

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2006-12-05 20:00:06 CET

On 12/5/06, Phil Bordelon <phil@lsu.edu> wrote:
> I have been experiencing very slow svn:// responses on "private"
> repositories.

I suspect this has to do with authorization checks. Back in svn 1.2
or so (?) we added security checks to make sure that read operations
which touch a bunch of paths are all 'readable' by the user. It ended
up being a big speed hit to mod_dav_svn, which was now doing things
like checking the readability of every-changed-path when returning an
'svn log'. I wonder if now svnserve is experiencing the same sort of
readabliity-check-lag now that it's grown its own path-based authz
feature in svn 1.3.... ?

(Incidentally, we ended up creating a new httpd.conf directive to
*turn off* path-based read checks to speed things up again. I wonder
if svnserve needs something similar?)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 5 20:00:24 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.