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

slow status

From: John Williams <williams_at_tni.com>
Date: 2004-10-08 00:37:00 CEST

I am trying to put a large website project into subversion-1.1.0.
fsfs is a big improvement, but there are still scalability problems.

Here is an especially obvious one.

$ date; svn status newsite.html ; date
Thu Oct 7 16:28:23 MDT 2004
Thu Oct 7 16:30:34 MDT 2004

2 minutes(!) for an svn status command on a single file.
I am using svnserve, but that doesn't matter.

An strace on the process shows that svn status is reading *every*
.svn/format and .svn/entries file in the entire project, starting at .
(the current directory), even though I only asked for the status of a
single regular file.

~ John Williams

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 8 00:37:30 2004

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.