Delphi 的 Mercurial 插件
是否有为 Delphi XE 创建 Mercurial 插件的项目或正在进行中的项目?
如果做不到这一点,我可以在哪里了解有关创建一个的更多信息?
Is there a project or project in progress for creating a Mercurial plug in for Delphi XE?
Failing that, where can I learn more about creating one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Delphi XE 支持 SVN,并且集成是一个开源项目,您可以从此处获取其
代码在某处读到他们使它变得通用,因此它与 SVN 无关,但他们添加了 SVN 支持,因为它更受欢迎并且作为起点。
也作为 Uwe Schuster 博客(谁开发了Delphi XE 的版本洞察),Git 或 Mercurial 支持都已计划。
Delphi XE has SVN support and the integration is an open source project, you can get it's code from here
I read somewhere that they made it generic so it's not tied for SVN, but they add the SVN support because it's more popular and as starting point.
also as Uwe Schuster blog (who developed the version insight for Delphi XE), both Git or Mercurial support are planned.