On Thu, May 1, 2008 at 7:18 AM, Akash Chopra <akashchopra13_at_gmail.com> wrote:
> Hi,
>
> Using Windows XP, if I am navigating my working copy, I can right
> click->TortoiseSVN->Show Log, and the issue number in my commit comments are
> correctly hyperlinked to our issue tracker. However, if I simply bring up
> the repo browser from a non-working copy folder, navigate to the relevant
> svn folder and show the log, the issue numbers are not hyperlinked.
>
> It seems like TortoiseSVN is only reading the bugtraq properties from the
> working copy, not from the repository itself. Is this the intended
> behaviour, or have I missed something, or is it a bug?
Everything is working as designed.
The hyperlink is an extra feature of TSVN which does not exist in the
core Subversion. Then TSVN knows that the issue number is connected to
Bugtraq (because of other properties you've set on the
file/directory), it makes that hyperlink. Core SVN is not designed to
do this.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-05-01 14:17:54 CEST