Hans-Emil Skogh wrote:
> Hi all!
>
> I'm, as I'm sure many of you are, quite often referring to other
> revisions in my commit messages. For example to refer to a revision
> where a bug was introduced or to a revision where a related change was made.
>
> How about adding a new property to be able to define a regular
> expression to enable TSVN to recognize these references and create links
> from them. I think this would be extremely handy!
>
> Clicking a link could open a new Log window from the current repository
> root with the revision selected. Or maybe the current log dialog could
> scroll to the revision if it was present in the current log window.
>
> I have grown accustomed to using the links generated by the
> bugtraq:logregex to navigate the issues related to a commit. Having
> a property tsvn:revlogregex to generate links for navigating revisions
> as well would be very nice!
You'd might be surprised, but I'm currently working on this (still in
the early stages though). But I don't think we need another regex
property for this: I thought of simply parsing for 'rXXX' should be enough.
Of course, a revision would only be turned into a link if the revision
is already shown in the log dialog - otherwise revisions which relate to
other projects would confuse the whole logic (e.g., a TSVN commit
references a revision of the svn project or another external).
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=1748920
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-04-16 17:24:48 CEST