On Thu, Jan 8, 2009 at 19:37, Stefan Küng <tortoisesvn_at_gmail.com> wrote:
> Simon Large wrote:
>> 2009/1/8 Gillis, Paul <pgillis_at_insight-tek.com>:
>>> I am attempting to utilize bugtraq: properties to integrate subversion
>>> version with an issue tracker and I believe I've encountered a bug.
>>>
>>> If I set the bugtraq:url property and I view the log messages from my
>>> working copy, the bug number is display as a hyperlink and I can open my bug
>>> tracker to view it.
>>>
>>> But if I view the log messages from the repository URL, the bug number in
>>> the commit message is not displayed as a hyperlink.  It is just plain text.
>>>
>>> Is this a known bug?   I doubt it's intended to work this way.  Can anybody
>>> else confirm this for me please?
>>
>> This is not a bug but an optimisation. In order to display the
>> hyperlinks you need access to the bugtraq properties and such access
>> can be very slow without a working copy. It requires a server
>> round-trip for each property fetched, and each round trip can take
>> several seconds.
>
> Could you add this to the FAQ?
Added a FAQ in r15051.
Stefan
-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
Received on 2009-01-08 22:01:28 CET