John Williams <williams@tni.com> writes:
> 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.
Is your client (as well as the server side) also 1.1.0? I would have
thought this was
http://subversion.tigris.org/issues/show_bug.cgi?id=1680
...but that issue is marked as resolved in 1.1.0.
-Karl
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Oct 10 01:26:47 2004