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

Slowness on 'svn log' related to Issue #2151 ?

From: Andrew Goodnough <Andrew.Goodnough_at_wicourts.gov>
Date: 2006-03-01 18:55:41 CET

http://subversion.tigris.org/issues/show_bug.cgi?id=2151

We're seeing massive slowness on the 'svn log' command using the CLI,
as well as through Subclipse when doing a Team -> Show in Resource
History. The slowness is anywhere from 0 to 5min. We're using Apache
authentication over WebDAV and a FS backend. I'm seeing the following -
note the difference "real" time:

***on the client workstation, using Apache auth***

> time svn log CaseMgmt.java
------------------------------------------------------------------------
r115 | buildmaster | 2006-02-24 12:17:15 -0600 (Fri, 24 Feb 2006) | 1
line

Exported from CVS
------------------------------------------------------------------------

real 2m6.123s
user 0m0.020s
sys 0m0.004s

***on the server, using local auth***

time svn log CaseMgmt.java
------------------------------------------------------------------------
r115 | buildmaster | 2006-02-24 12:17:15 -0600 (Fri, 24 Feb 2006) | 1
line

Exported from CVS
------------------------------------------------------------------------

real 0m0.016s
user 0m0.008s
sys 0m0.008s

This issue appears to be related to #2151 and PROPFIND but I don't know
the Subversion internals well enough to know for sure. Anybody got a
feeling one way or the other? That issue has a patch and may be
included in 1.4. Thanks.

Andy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 1 19:19:42 2006

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.