将SVN添加到Spring Tool Suite,Subclipse扩展不可用

时间:2015-02-11 20:34:53

标签: spring svn spring-tool-suite

我安装了Spring Tool Suite(STS)3.6.3。在家里的另一台PC上,我记得能够通过打开仪表板窗口并检查" Subsclipse"来将SVN集成添加到STS中。 “扩展”选项卡上的复选框。但是,我目前的安装上没有看到此选项。我也包括安装的扩展,我没有在列表中看到Subclipse。

当我在Project Explorer窗口中选择Project文件夹时,右键单击→ Team Share Project ,我只看到CVS和Git作为选项,但我会喜欢使用SVN。

我对所有事物的体验Java是以小时而不是数年来衡量的,所以不要做任何事情: - )

如何将SVN与STS集成?

4 个答案:

答案 0 :(得分:6)

检查一次是否正确安装:

以下是如何将SVN插件(Subclipse)添加到Spring Tool Suite

Open the Spring Tool Suite and go to the dashboard.
Click on Extensions (It is under the Help and Documentation heading).
Search for Subclipse. Check the checkbox and click Install.

注意:如果您没有看到Subclipse,则表示它已经安装在您的IDE上,但您可以通过选中搜索字段旁边的“显示已安装”进行验证。

来源网址:http://www.jicdesign.com/blog/web-development/how-to-add-svn-plugin-for-spring-tool-suite.html

答案 1 :(得分:3)

  1. 打开Spring Tool Suite。
  2. 选择菜单帮助安装新软件 Enter image description here
  3. 点击添加按钮。
  4. 位置字段设置为http://subclipse.tigris.org/update_1.6.x/
  5. 点击确定
  6. 选择所需的组件。
  7. 点击安装按钮。
  8. 选择我接受许可协议的条款单选按钮
  9. 单击完成按钮
  10. 点击重新启动Spring Tool Suite

答案 2 :(得分:3)

Subclipse在Eclipse Marketplace中可用,并且可以通过Marketplace Client安装。也可以在以下更新站点的URL上获得。

注意:这些是要在Eclipse安装对话框(而不是Web浏览器)中输入的更新站点URL。

最新-https://dl.bintray.com/subclipse/releases/subclipse/latest/

4.2.x-https://dl.bintray.com/subclipse/releases/subclipse/4.2.x/

随着这些发行版的发布,“最新”站点将自动移至4.2.1、4.3.0、5.0.0等。在“ 4.2.x”站点中,该站点将仅接收4.2.x系列中的新版本,例如4.2.1、4.2.2等。


更多信息,请访问:https://github.com/subclipse/subclipse/wiki

答案 3 :(得分:0)

我需要使用提升权限或管理员权限运行。