RE: multiple bugtraq:urls
From: raita ohyama <raizo.japan_at_gmail.com>
Date: Tue, 27 Oct 2009 08:58:34 -0700 (PDT)
Hi, jaap.
I met a similar situation you had.
But now, I found another way to solve this problem.
If you possible to put a html file in your http server, you will be able to use multiple bug-track systems, I hope.
The basic solution is that put like a gateway html between TortoiseSVN and your bug-track systems.
The gateway html works dispatching a target bug-track system by using the %BUGID% in bugtraq:url of TortoiseSVN property.
The gateway html expects that a %BUGID% contains actual issuer-id and new extend system-id.
For example,
The gateway html will work like below.
For example...
switch(sysID)
// redirection
-- end --
You need to set your bugtraq:url property like below.
Also need to set your bugtraq:logregx property like below.
This works make a hyper link at the matching keyword in your commit log.
I hope you can make it.
--rai
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
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.