> Ahh, linear on the number of subdirectories in the working copy
> because it has to process the .svn subdirectory of each.
>
> Does the amount of time it takes to process each .svn subdirectory
> depend on the number of files in its corresponding directory? If so,
> I suppose it will turn out to be linear on the number of files instead
> of on the number of directories (so placing all files in the root
> wouldn't really help things).
Also, due to the way the update code is written, a recursive update is
much faster than one specifying a list of target files (at least for the
time being).
Eric
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 30 23:20:55 2007