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

Re: Log caching needs testers

From: <Stefan.Fuhrmann_at_etas.de>
Date: 2007-06-05 11:39:46 CEST

Stefan Küng <tortoisesvn@gmail.com> wrote:

> If possible, we could also need a method to overwrite a log entry with
> new data (for the log dialog, when the author or log message is
> edited/changed).

That should be possible and I will add that in the next
days. Changing the author is / will be O(1).

Changing the log message is O(#revNum): if the internal
representation of the new message is longer than before,
all newer entries must be moved in memory at a speed of
~100 revs / µsec.

For user interaction, this is not a problem. Should we
want to update multiple messages ("refresh cache from
repository"), we need an efficient implementation for
batch changes.

-- Stefan^2.
Received on Tue Jun 5 11:40:58 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.