Re: [PATCH] Reduce disk access when browsing non-versioned directories
From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-02-27 19:59:21 CET
Tobias Schäfer wrote:
Not yet :) See my comment below.
> Index: src/TSVNCache/CachedDirectory.cpp
We really need to check both, but of course if entriesFilePath does not
So, I suggest this:
if (m_entriesFileTime == entriesFilePath.GetLastWriteTime() &&
Note that .Exists() doesn't touch the harddrive because
Stefan
-- ___ 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.orgReceived on Tue Feb 27 19:59:33 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.