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

Re: Issue links in commit log

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 05 Feb 2014 21:56:40 +0100

On 05.02.2014 14:33, Cosmin Pirvu wrote:
>
> On 2/5/2014 13:53, Simon Large wrote:
>> On 5 February 2014 12:19, Cosmin Pirvu <cosmin.pirvu_at_asitrack.com
>> <mailto: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
>>
>
> I was actually hoping for a response from a developer or someone who
> knows the code (how the system works). The shortcut example is not good
> because Windows assumes it's an Internet Shortcut and treats it as an URL.
>
> Basically, when writing code URI management is done in two ways: a smart
> way and a bad way.
>
> In the smart way you filter the "file://" protocol and treat it
> separately because it can point to any type of file. In the bad way you
> assume all URIs are URLs (web pages) and the "file://" stuff doesn't
> work unless you're lucky.
>
> So perhaps a better question would be: Does bugtraq:url support
> "file://" for files which are not web pages?

First of all, the smart way is to treat file:// urls the very same as
other url types and let the system handle the differences.
And maybe that's why it doesn't work for you: the OS treats those
file:// urls differently because of security concerns. You have to set
the security settings accordingly.

Also, what are the exact properties and values you've set and what
exactly happens or does not happen?

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3072579
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-02-05 21:56:29 CET

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.