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

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/28463976/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-08 00:21:18  来源:igfitidea点击:

Adding SVN to Spring Tool Suite, Subclipse extension not available

springsvnspring-tool-suite

提问by Chad

I have Spring Tool Suite (STS) 3.6.3 installed. On another PC at home I recall being able to add SVN integration into STS by bringing up the Dashboard window, and checking the "Subsclipse" check box on the Extensions tab. However, I don't see this option on my current installation. I am including installed extensions, too, and I do not see Subclipse in the list.

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

When I select the Project folder in the Project Explorer window, right mouse click → TeamShare Project, I see only CVS and Git as options, but I would like to use SVN.

当我在 Project Explorer 窗口中选择 Project 文件夹时,鼠标右键单击 → TeamShare Project,我只看到 CVS 和 Git 作为选项,但我想使用 SVN。

My experience with all things Java is measured in hours rather than years, so don't assume anything :-)

我在 Java 方面的经验是以小时而不是年来衡量的,所以不要假设任何事情:-)

How do I integrate SVN with STS?

如何将 SVN 与 STS 集成?

采纳答案by Chad

I needed to run with elevated or administrator rights.

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

回答by gubs

Check once if it's installed properly:

检查一次是否安装正确:

Here is how to add the SVN plugin (Subclipse) to your Spring Tool Suite

以下是如何将 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.

Note: If you do not see Subclipse it implies that it is already installed on your IDE, but you can verify by checking the ‘Show Installed' beside the search field.

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

Source URL: http://www.jicdesign.com/blog/web-development/how-to-add-svn-plugin-for-spring-tool-suite.html

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

回答by Padma

  1. Open Spring Tool Suite.
  2. Select menu HelpInstall new software  Enter image description here
  3. Click on the Addbutton.
  4. Set the Locationfield as http://subclipse.tigris.org/update_1.6.x/
  5. Click OK
  6. Select the required components.
  7. Click on Installbutton.
  8. Select the I accept the terms of the license agreementsradio button
  9. Click the Finishbutton
  10. Click Yesto restart Spring Tool Suite
  1. 打开 Spring 工具套件。
  2. 选择菜单帮助安装新软件  在此处输入图片说明
  3. 单击添加按钮。
  4. 位置字段设置为http://subclipse.tigris.org/update_1.6.x/
  5. 点击 OK
  6. 选择所需的组件。
  7. 单击Install按钮。
  8. 选择我接受许可协议的条款单选按钮
  9. 点击Finish按钮
  10. 点击Yes重启 Spring Tool Suite

回答by Carlos Xaxim

Subclipse is available in the Eclipse Marketplace and can be installed via the Marketplace Client. It is also available at the following update site URL's.

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

NOTE: These are update site URL's to be entered inside the Eclipse installation dialog, not your web browser.

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

Latest - https://dl.bintray.com/subclipse/releases/subclipse/latest/

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

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

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

The "latest" site will automatically move on to 4.2.1, 4.3.0, 5.0.0 etc. as those releases are produced. Where as the "4.2.x" site will only pick up new releases in the 4.2.x series such as 4.2.1, 4.2.2 etc.

“最新”站点将在这些版本发布时自动移动到 4.2.1、4.3.0、5.0.0 等。而“4.2.x”站点只会选择 4.2.x 系列中的新版本,例如 4.2.1、4.2.2 等。



More info at: https://github.com/subclipse/subclipse/wiki

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