在自己的应用程序中使用 Subclipse
我想在 rcp 应用程序中使用 Subversion 作为版本控制部分。要访问 subversion,我想使用 Subclipse。
我可以从 eclipse 的插件文件夹中复制 subclipse .jars,但必须有更好的方法,例如下载 subclipse 的功能或插件。
有什么办法可以完成这件事吗?或者您对其他提供颠覆支持的插件有一些经验吗?该插件应该可以免费使用。
感谢您的帮助。
i want to use Subversion in a rcp application for the versioning part.To get access to subversion i would like to use Subclipse.
I could copy the subclipse .jars from the plugins folder from eclipse, but there has to be a better way e.g. download a feature or plugin for subclipse.
Is there any way to get this done? Or do you have some experience with other plugins which provide support for subversion? The plugin should be free to use.
Thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想在 RCP 应用程序中使用 Subclipse(或任何插件),您要做的第一件事就是查看功能/插件要求并确保您的 RCP 应用程序能够满足它们。如果是这样,那么包含 Subclipse 功能和插件将是实现此目的的最简单方法。您的 RCP 应用程序是否包含更新站点 UI?如果是这样,您可以从其更新站点安装 Subclipse。否则,下载压缩的更新并将您需要的功能和插件复制到您的应用程序中。
If you want to use Subclipse (or any plugin) in an RCP application, the first thing you have to do is look at the feature/plugin requirements and make sure your RCP application will satisfy them. If it does, then including the Subclipse features and plugins would be the easiest way to do this. Will your RCP application include the Update Site UI? If so, you could just install Subclipse from its update site. Otherwise, download the zipped update and copy the features and plugins you need into your application.