Recently met an egg pain, stubborn but teammates Svn,eclipse accidentally installed two sets of SVN, seemingly one is 1.6 Chinese is a 1.7 of English, Zajia only want to keep a version. In Eclipse's setup, the team has two svn, which is really uncomfortable. Tossing for half an hour finally completely removed the SVN.
The method is also very simple, to the installation directory of Eclipse to find features and plugins, delete and svn/subclipse related things. Specific as follows:
1, delete the files at the beginning of org.eclipse.team.svn* and org.polarion.eclipse.team.svn* under the features and plugins folders, for which you can execute the following command:
LS |grep Org.eclipse.team.svn*|xargs RM
LS |grep Org.polarion.eclipse.team.svn*|xargs RM
2, light Delete the above two is not enough, under plugins delete the jar containing the Org.tigris.subversion package:
LS |grep org.tigris.subversion
LS |grep Org.tigris.subversion|xargs RM
After that, the reboot will be OK!
Note: It is not possible to say that through uninstall in installation details.
The SVN1.10.10 version of the installation package can be downloaded directly here.
Reference:
Link One
Link Two
How to completely remove Eclipse's Svn/subclipse plugin