On 5 February 2014 12:19, Cosmin Pirvu <cosmin.pirvu_at_asitrack.com> wrote:
> Hi guys,
>
> I'm trying to integrate a custom issue tracker with tortoisesvn. My
> bugtraq:url looks something like this:
>
> file:///C:\Issues\tracker.exe%20%BUGID%
>
> According to the documentation, the bugtraq:url can be any properly
> enconded URI that contains %BUGID%:
> http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html
>
> Seems to work so far. But when I click the issue link in the log dialog
> nothing happens. Any ideas?
>
>
Don't you need to set up a protocol handler for this? If there is an http:
prefix then the link gets opened in a web browser but how would the system
know what to do with a file:// prefix? If you create a Windows shortcut
with that URI and double click it, what happens?
Simon
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3072563
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-02-05 13:53:15 CET