Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding SVN to Spring Tool Suite, Subclipse extension not available

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.

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.

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

How do I integrate SVN with STS?

like image 311
Chad Avatar asked Dec 08 '22 04:12

Chad


2 Answers

Check once if it's installed properly:

Here is how to add the SVN plugin (Subclipse) to your 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.

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

like image 52
gubs Avatar answered Dec 11 '22 07:12

gubs


  1. Open Spring Tool Suite.
  2. Select menu HelpInstall new software   Enter image description here
  3. Click on the Add button.
  4. Set the Location field as http://subclipse.tigris.org/update_1.6.x/
  5. Click OK
  6. Select the required components.
  7. Click on Install button.
  8. Select the I accept the terms of the license agreements radio button
  9. Click the Finish button
  10. Click Yes to restart Spring Tool Suite
like image 44
Padma Avatar answered Dec 11 '22 09:12

Padma