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

Re: Feature Request: Colored log

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-09-21 19:32:09 CEST

SebastianUnger@eaton.com wrote:
> Hi,
>
> we use a background build process that tries to compile every revision
> commited to the repository and then updates the log message property of
> the revision to indicate success or failure. It would be nice if
> tortoise could somehow indicate this result a bit more conspicous.
>
> What I had in mind was a revision property, such as tsvn:log-color or
> similiar, that tortoise uses to color the lines in a log dialog. This
> way the hook scripts can modify those properties and it is immediately
> visible in the log, where a background build started failing and where
> it came right again etc.
>
> How hard to you think such a feature would be to implement?

The feature itself would not be so hard to implement. But it would be
much harder to avoid getting beaten to death by all the users.

To do what you want, we would have to fetch the revision property for
every single revision shown in the log dialog. If you consider a round
trip time of only half a second, that would mean 50 seconds for the
default 100 revisions shown.

And the server administrators would personally hunt me down at home too.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Sep 21 19:32:22 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.