简体   繁体   中英

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!

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.

a bit late in the day but here goes.

Navigate to the dir WORKSPACE/.metadata/.plugins/org.tigris.subversion.subclipse.core

In there there is a file '.svnProviderState'

This is a binary file but just copy this to the new location & Bob is your dad's brother.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM