为 TortoiseSVN 构建问题跟踪器插件

发布于 2024-08-31 01:12:14 字数 378 浏览 2 评论 0原文

我读过很多关于 IBugTraqProvider 接口以及在 TortoiseSVN 提交对话框中实现问题跟踪器的内容。 IBugTraqProvider 写在这里。

有没有更简单的方法不这样做,构建插件并将其安装在 TortoiseSVN 上。该文档并没有明确说明开发人员可以创建自己的插件。

我正在使用 SalesForce 作为问题跟踪器,并检索 WSDL 文件以与工作项集成。现在我需要知道如何将它连接到TortoiseSVN。

请问有什么建议吗?

I've read a lot about IBugTraqProvider interface and implementing an issue tracker into the commit dialog of TortoiseSVN.
IBugTraqProvider is written here.

Is there a more simpler way not to do it, building the plug-in and installing it on TortoiseSVN. The Document is not that clear that a developer can create its own plugin.

I'm working with SalesForce as the Issue Tracker, and retrieved the WSDL file to integrate with the Working Items. Now I need to know how to connect it to TortoiseSVN.

Please any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千笙结 2024-09-07 01:12:14

查看问题跟踪器TSVN 源代码中 contrib 目录中的 -plugins.txt 。 C# 中有一个相当不错的示例,应该可以帮助您朝着正确的方向前进。

当我构建插件时,我构建了一个测试工具,它使用 IBugtraqProvider 接口传递任意信息,这样我就可以在构建插件时对其进行调试,而无需每次都将插件重新安装到 TSVN 中。

Take a look at issue-tracker-plugins.txt in the contrib directory in the TSVN source code. There's a fairly decent example in C# that should get you heading in the right direction.

When I built a plugin, I built a test harness that passed arbitrary information using the IBugtraqProvider interface, so that I could debug the plugin whilst building it, without having to reinstall the plugin into TSVN each time.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文