We plan to upgrade SVN from 1.4. to 1.5. To integrate with our bugtracking
system, we used the property "bugtraq:message" and an inhouse-version of
TortoiseProc.
Now with 1.5. we decided to drop away this special version of TortoiseProc
and use the IBugTraqProvider-plugin.
Unfortunately, the plugin and the "bugtraq:message"-property seem to battle
for the bugid. And, unfortunately, the property wins.
Details to reproduce:
- Use the example plugin
"version-1.5.8\contrib\issue-tracker-plugins\ExampleCsPlugin\". Make sure,
that it is active
- Set property "bugtraq:message" to "%BUGID% = issue number" and
"bugtraq:append" to "no".
- Take care, that "Recent messages" contains an entry like for example
"12345 = issue number Some text".
Now open commit-dialog. Choose the "12345 = ..." from "Recent messages".
You notice, that there is no text box that shows the bugid ("12345" in out
case), the "Choose Issue"-button seens to cover that.
Furthermore, when you click on "Choose Issue"-button and debug the
"GetCommitMessage"-method, you will see, that the bugid-snippet is missing.
Needless to say, it is also impossible for GetMessage to return something,
that provides another bugid that will be recognized.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1277429
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-03-06 14:59:55 CET