Re: Blame caching (was Re: Case study: Mono switches to Subversion)
From: Michael Sweet <mike_at_easysw.com>
Date: 2004-11-18 17:59:07 CET
My $0.02:
Couldn't you just cache and update (as needed) the last blame results
Future runs of "svn blame" could check if the last results are still
You'd still have an initial "svn blame" time that is 10x that of
If the blame cache update is only done when "svn blame" is run, then
A happy side-effect of this type of caching would be to allow for
svn up; svn blame >/dev/null
before you go off-line...
[FWIW, the cache file need only store the user and line range info,
-- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com Internet Printing and Document Software http://www.easysw.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Nov 18 17:59:27 2004 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.