On Tue, Aug 09, 2011 at 11:46:06AM +0200, Erik Huelsmann wrote: > The fact that the 'svn up' takes about a second can't be blamed on SQL Lite > or any other SQL engine. The Subversion client sleeps 1 second to make sure > that it's able to detect changes to files: it does timestamp checks and > returning immediately would allow a short timeframe where modifying the file > would not result in a new timestamp (namely, modifications within the same > second, such as the use by scripts).
Good point. Andreas, to confirm that the sleep for timestamps affects your measurements you can put this on top of your script: export SVN_I_LOVE_CORRUPTED_WORKING_COPIES_SO_DISABLE_SLEEP_FOR_TIMESTAMPS=1