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

RE: Complexity of svn update?

From: Miller, Eric <Eric.Miller_at_amd.com>
Date: 2007-10-30 23:19:25 CET

> 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

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.