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

Current revision highlight in show log dialog

From: Simon Large <simon.tortoisesvn_at_googlemail.com>
Date: Fri, 24 Oct 2008 23:08:07 +0100

Hi Stefan,

The highlighting of the current revision doesn't seem to work
reliably. I have a working copy which is not completely up to date as
I did some more commits from another PC. For those files that I
changed on this PC I can see the last commit shown in bold, and on
some of them it shows that there are later changes made remotely. For
files not changed on this PC there is no bold emphasis, so I cannot
tell where the revision the file is updated to sits in the list shown.
I suspect the test is highlighting the log message when (FileUpdateRev
== LogMessageRev). However, the revision the file is updated to may
not be one where a commit was made, so the check should be something
like (FileUpdateRev >= LogMessageRev && (FileUpdateRev <
NextLogMessageRev || ThereIsNoNextLogMessage))

How do you like the bizarre pseudo code ;-)

Simon

-- 
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-10-25 00:08:18 CEST

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.