[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][1.5.1] "svn log" problems

From: Mark Phippard <markphip_at_gmail.com>
Date: Fri, 8 Aug 2008 10:55:01 -0400

On Fri, Aug 8, 2008 at 4:55 AM, Grégory ROMÉ
<gregory.rome_at_innova-card.com> wrote:

> The command "svn log" on the repository root make the httpd process
> consumes too much cpu time (~70%) and its execution time is very long
> even if the repository contains few revisions.
> Is it an issue ?
>
> The server (RH EL 5) configuration:
> apache: 2.2.3-11.el5_1.3
> mod_dav_svn: 1.5.1-0.1.el5.rf from rmpforge

If you are using mod_authz_svn this would not be unexpected.
Especially if you have some revisions that were large imports of
thousands of files. Because you are using path based authorization,
all those paths in the revision have to be checked.

See:

http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authz.pathauthzoff

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-08 16:55:32 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.