Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fully remove subversive plugin

I've installed Subversive and want to switch to the Subclipse plugin.

After uninstalling Subversive via About Eclipse -> Installation Details -> Uninstall... and installing Subclipse, there are now two SVN options available in Preferences -> Team, one for Subversive preferences (which has been uninstalled and shouldn't be there anymore), and one for Sublipse preferences.

How to remove Subversive completely, so that there aren't any traces (such as Subversive's preferences screen) left in Eclipse?

like image 254
Markus Pscheidt Avatar asked Aug 08 '11 08:08

Markus Pscheidt


3 Answers

Remove from Eclipse's plugins and features folders all files and folders like:

org.eclipse.team.svn*
org.polarion.eclipse.team.svn*
like image 124
Markus Pscheidt Avatar answered Nov 12 '22 00:11

Markus Pscheidt


Help->about eclipse->installation details->Installed Software tab You can choose the software to uninstall.

like image 27
Pravin gajbhiye Avatar answered Nov 11 '22 23:11

Pravin gajbhiye


If you have installed Subversive via Eclipse Marketplace:

From Eclipse menu open Help -> Eclipse Market Place...

Then search for subversive, click uninstall under Subversive - SVN Team Provider

Restart the Eclipse.

like image 7
vlad Avatar answered Nov 12 '22 00:11

vlad