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

Re: [nightly build r11440] Revison Graph doesn't show Author, Date, and logmessage

From: masaru tsuchiyama <m.tmatma_at_gmail.com>
Date: 2007-11-29 14:43:01 CET

Hi.

Thanks. I confirmed it is fixed in
TortoiseSVN-1.4.99.11467-dev-win32-svn-1.5.0dev.msi

Regards.
Masaru

2007/11/28, Stefan.Fuhrmann@etas.com <Stefan.Fuhrmann@etas.com>:
>
> Stefan Küng <tortoisesvn@gmail.com> wrote on 27.11.2007 19:52:29:
>
> > The CRevisionInfoContainer has a member array containing the sum (OR)
> > changes of a revision. That array is calculated by the
> > CalculateSumChanges() method: but that method is only called when the
> > cache is loaded from disk!
>
> CalculateSumChanges() calculates the cummulative change flags
> for *every* revision. Despite taking a long time, this should
> only be necessary after loading the data from disk because the
> sumChanges member will not be stored (redundant information).
>
> > When adding revisions one-by-one in memory (not from the load-from-disk
> > operator), then the sumChanges array isn't properly updated --> the
> > revision graph misses all the copies.
>
> Thanks for finding this! In fact, the sumChanges got updated
> but the HAS_COPY_FROM flag would not be set. So, they got all
> skiped by the revision graph.
>
> Fixed in r11466.
>
> -- Stefan^2.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Nov 29 14:43:07 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.