问题描述
我已经安装了Subversive,并希望切换到Subclipse插件。
I've installed Subversive and want to switch to the Subclipse plugin.
通过关于Eclipse卸载Subversive - >安装详细信息 - >卸载...并安装Subclipse,现在有两个SVN选项可用于首选项 - >团队,一个用于Subversive首选项(已经卸载,不应该存在),另一个用于Sublipse首选项。
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.
如何完全删除Subversive,以便Eclipse中没有任何痕迹(如Subversive的首选项屏幕)?
How to remove Subversive completely, so that there aren't any traces (such as Subversive's preferences screen) left in Eclipse?
推荐答案
从Eclipse的插件和功能文件夹中删除所有文件和文件夹,如:
Remove from Eclipse's plugins and features folders all files and folders like:
org.eclipse.team.svn*
org.polarion.eclipse.team.svn*
这篇关于如何彻底删除颠覆性的插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!