Re: some performance data
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-01-10 18:44:58 CET
solo turn <soloturn99@yahoo.com> writes:
> $ ls -lR1 | wc
Isn't this counting .svn areas too, which are full of files?
> $ du -sk
And this as well?
> $ date && svn up && date
So your working copy was fully at HEAD, and it took 2.5 minutes to
All that svn had to do was read every entries file exactly once, and
So the network shouldn't have been the issue here. To verify this,
Assuming that's true, why does it take so long to read all those entry
[sussman@kepler:~/projects/svn]$ time svn up
real 0m1.415s
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.