score:45
Accepted answer
I had exactly the same problem. The reason is when you uninstall via eclipse, it doesn't delete the jar files from the plugin folder, the steps I did.
Go to folder eclipse/plugins for avoiding any potential damage (just deleting wrong jars and get errors in other apps) list the jars from subclipse.
$ cd eclipse/plugins
$ ls |grep org.tigris.subversion
and then if it lists the following
$ ls |grep org.tigris.subversion
org.tigris.subversion.clientadapter_1.6.12.jar org.tigris.subversion.subclipse.doc_1.3.0.jar org.tigris.subversion.subclipse.tools.usage_1.0.1.jar
org.tigris.subversion.clientadapter.javahl_1.6.15.jar org.tigris.subversion.subclipse.graph_1.0.9.jar org.tigris.subversion.subclipse.ui_1.6.17.jar
org.tigris.subversion.subclipse.core_1.6.17.jar org.tigris.subversion.subclipse.mylyn_3.0.0.jar
Remove them by piping xargs rm to the command
$ ls |grep org.tigris.subversion|xargs rm
Restart your eclipse and you'll only see the correct svn version.
PS: the .metadata you display comes from the workspace, it only affects to the projects you got from svn, it won't do any change in eclipse.
Source: stackoverflow.com
Related Query
- How to fully delete Subclipse plugin?
- How to fully remove subversive plugin
- How do I delete an Eclipse perspective for a plugin I uninstalled?
- How to make the VJET plugin fully working in eclipse for my node.js project
- How to delete TFS shelvesets from the TFS plugin for Eclipse
- GWT plugin update problem - How to delete Eclipse Helios 3.6 - help
- how do i subclipse plugin in eclispe to revise files then run in tomcat
- How to add Subclipse plugin to the newer version of eclipse Java EE IDE??
- How to delete a workspace in Eclipse?
- How to install plugin for Eclipse from .zip
- How do I delete a Discipline in EPF Composer 1.5?
- How stable is the git plugin for eclipse?
- How to resolve Unable to load authentication plugin 'caching_sha2_password' issue
- How to write a plugin for Eclipse?
- How to delete a branch in the remote repository using EGIT?
- How to delete a long path in windows.
- How to reference javadocs to dependencies in Maven's eclipse plugin when javadoc not attached to dependency
- Eclipse: How to install a plugin manually?
- How to remove trailing whitespace in PyDev plugin for Eclipse
- How do I enable MercurialEclipse plugin for a project?
- How to delete a java working set in Eclipse
- How to solve maven 2.6 resource plugin dependency?
- How to use Eclipse UML Generators plugin
- How to delete commits with egit?
- How to delete Eclipse completely (including settings and plugins) from Mac OS X?
- How to use eclox, the doxygen plugin for Eclipse
- How can I redirect JNI console output to Eclipse Console view, when Eclipse plugin uses JNI?
- How to build an Eclipse plugin with maven?
- How to install the Android ADT Plugin in Eclipse?
- How to install Maven integration plugin in Eclipse Helios?
More Query from same tag
- Content Assist not working in Eclipse for Android
- Error while Creating SQLCiphered database on sdCard in android
- Synch NetSuite SuiteScript Files with Git Repo
- How to debug kotlin spring boot app in Eclipse?
- Eclipse Dynamic Web Project with Maven Integration
- Image does not appear in web browser
- Running a command and putting output in TextView?
- Importing Eclipse Plugin source in Eclipse
- Eclipse freezes on suggestion popup
- Qt programm can't open my MySql database
- "not all expectations were satisfied" missing under Eclipse
- Why does my Eclipse different highlight rules to .xml and android's .xml?
- Cant set default dark theme in Eclipse RCP pure e4 - @import url seems to not import color definitions or they are overriden
- Java other directory for src
- Android SDK External library
- Android ADT loading data for Android 4.4.2 all the time
- PersistenceException when running SynchronizeMappings
- How to change or specify the directory where the tmp***.instance file is written to by Eclipse
- Eclipse is freezing itself before getting started
- Import jar in a project
- Eclipse installing software stuck at 0%
- exception occurs when NamedParameterJdbcTemplate is used
- Spring boot app logs not showing in eclipse/SpringSTS on macOS High Sierra
- How to count comments?
- Nokia s40 testing GPS or location based service
- How to deploy my gradle web app to tomcat using eclipse
- "cannot be resolved or is not a field" -- android -- vogella tutorial
- How to recreate Eclipse's ignoring of binary incompatibilities in an Ant javac invocation?
- Eclipse javaw.exe hanging at startup (49% cpu), regardless of task
- Eclipse plug-in: How to create a new menu for eclipse plugin with key combination?