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

Re: [TSVN] Show Log is taking ages!

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-03-10 14:33:50 CET

Thomas Kindler <thomas.kindler@gmx.de> wrote on 03/09/2005 07:55:08 PM:

> We're using Subversion and Tortoise on a fairly large project - ~8000

> files and hundreds of directories. We're currently at revision 2667, and

> doing a "Show All" when viewing the log takes nearly 3 minutes until the

> dialog becomes responsive again.

What RA method are you using? Subversion 1.1.0 and 1.0.8 fixed a security
bug in http:// and that fix caused svn log to be really slow. You can
greatly improve performance by adding this directive to your Apache
<location> directive:

SVNPathAuthz off

Your server must be running at least 1.1.1 or 1.0.9 to use the new
directive.

You can read more here:

http://www.google.com/custom?domains=svn.haxx.se&q=SVNPathAuthz&sa=Search&sitesearch=svn.haxx.se

Finally, Subversion 1.2 has a new feature with svn log that lets you
retrieve a specific number of messages. I am sure that Stefan will put
this to good use and it will have the potential to give better log
results.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Mar 10 14:34:49 2005

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

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