On Tuesday 22 March 2005 19:20, Joe Stump wrote:
> Well, I did two things to cut the update times down to nothing (well 3
> seconds via HTTP and 2 seconds using file://).
>
> 1.) Removed a directory that was filled with dynamically created
> content (ie. a new folder for each record is created in a single
> directory - legacy code - don't yell at me). This had 2500'ish
> directories each with 1-N images (about 400MB on disk).
Was the directory that you removed versioned? I'm curious because we
should skip over an unversioned directory and avoid checking the status
on those 2500 files. However, if the directory is versioned, there's
probably no clever way to avoid that. Just out of curiosity, how long
does it take to do an 'ls' in that directory?
-John
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 23 03:06:08 2005