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

RE: [TSVN] Re: I blame you for my pain!

From: Amir Kolsky <amir_at_xpandsoft.com>
Date: 2004-11-02 14:54:10 CET

Well, blame is part of Tortoise, you could add the blame options to
tortoise.

Prefixing with 'r' is the SVN way of doing things.

Goto line is a simple counting of \n characters followed by a set curser
position command. (or whatever the interface to the control is).

 Amir Kolsky
XP& Software
 

>-----Original Message-----
>From: news [mailto:news@sea.gmane.org] On Behalf Of Simon Large
>Sent: Tuesday, November 02, 2004 3:10 PM
>To: dev@tortoisesvn.tigris.org
>Subject: [TSVN] Re: I blame you for my pain!
>
>Amir Kolsky wrote:
>> 1. A for toggle line numbers on and off (or in general, a format
>> string to define the format of the blame line - e.g.
>> "{linenum}\t{rev} - {blame}: {text:70}" means: put line num, tab,
>> revision number, space hyphen space, the blamed user, colon
>space, the
>> text of the line truncated at 70.
>> The number of variables depends on what you feel like, including:
>> Text, blame, linenum, datetime, revision, firstrev, prevrev...
>> WHATEVER...
>
>Nice try, but where are you going to keep the format string?
>There are no preferences for TBlame and no plans to add any
>AFAIK. It could be passed as a parameter, but this seems more
>complicated than most people will ever need.
>
>Text is displayed using the scintilla edit control, so it gets
>a horizontal scroll bar automatically - no need to truncate it.
>
>> 2. Prefix revisions with 'r'
>
>That's not such a bad idea, although possibly a bit english-centric.
>
>> 3. Add a goto line number box.
>
>No MFC == lots of pain to add a simple box like that.
>
>> 4. search is less of a problem as you usually know where the problem
>> is, that's why you're looking at whom to blame...
>
>Are you sure you don't need a --scapegoat option ;-)
>
>Simon
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
>For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Nov 2 14:44:54 2004

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.