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

[PATCH] Reduce disk access when browsing non-versioned directories

From: Tobias Schäfer <tobiasschaefer_at_gmx.de>
Date: 2007-02-27 19:27:05 CET

Hi

using filemon from sysinternals I noticed that while browsing non-versioned
directories there are always two disk accesses which both return "file not
found". These are accesses to .svn\entries and .svn\dir-props.

Do we really need to check if .svn\dir-props exists if .svn\entries is not
present? Assuming we don't, I propose the following patch. Please review
because I'm not too familar with the cache.

May I commit?

Tobias

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org

Received on Tue Feb 27 19:29:19 2007

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.