Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to export Subclipse SVN Repositories - Eclipse Juno, Subclipse 1.8.16

I would like to import / export my SVN Repository locations from Subclipse 1.8.16 under Eclipse Juno. Is that possible?

I saw that if you are using the Subversive SVN plugin for Eclipse you can do something like this: http://www.eclipse.org/subversive/documentation/teamSupport/SVNaction/location_ie.php

Is there any equivalent for Subclipse?

Thank you!

like image 572
svpernovae Avatar asked Oct 07 '22 10:10

svpernovae


1 Answers

You can export your preferences from Eclipse and import them to a newer version including your svn locations. This is done by simply going to File -> Export -> Select from General -> Preferences. Then on the next step you can tick from a list the preferences you want to export. In this list, SVN preferences and SVN repositories should be included.

Then you can import these preferences to your new eclipse environment by doing File -> Import.. this time.

To make your transition smoother to your new eclipse environment you can also export the list of sites you used to download your plugins (like Subclipse etc). This is done by going to Eclipse -> Preferences -> Install/Update -> Available Software Sites. You select the ones you want to export and then press the Export.. button. Then you can import them to your new eclipse by pressing in the same view the import button. Then, if you want in your new eclipse to install for example Subclipse, you can do it by going to Help -> Install new software... and then in the available software view there is a drop down menu from which you can select the corresponding software site.

HTH.

like image 140
mikrohelen Avatar answered Oct 09 '22 01:10

mikrohelen