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

Re: 'svn log' very slow on windows.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-01-05 19:01:37 CET

On Jan 5, 2005, at 11:24 AM, kfogel@collab.net wrote:
>
> The duration of log command should be roughly proportional to the
> amount of data returned. Since every file begins at r1, and r1 is
> very big, that's probably part of the problem. Still, 15 seconds is
> surprising.
>

Remember that he's using apache as the server, and in svn 1.1.x the
'svn log' command does a GET subrequest on those 5300 paths in revision
1. That's the result of the 1.1.0 security fixes, so 15 seconds
doesn't surprise me.

If mod_authz_svn isn't being used at all, then the directive

    SVNPathAuthz off

... will disable these security checks completely, and there should be
a large speedup.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 5 19:05:21 2005

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.