eclipse 如何彻底删除颠覆性插件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6979470/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 20:24:12  来源:igfitidea点击:

How to fully remove subversive plugin

eclipsesubclipsesubversiveeclipse-indigo

提问by Markus Pscheidt

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

我已经安装了 Subversive 并想切换到 Subclipse 插件。

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.

通过 About Eclipse -> Installation Details -> Uninstall... 卸载 Subversive 并安装 Subclipse 后,现在 Preferences -> Team 中有两个 SVN 选项可用,一个用于 Subversive 首选项(已卸载,不应再存在) ,还有一个用于 Sublipse 首选项。

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

如何彻底删除 Subversive,以便在 Eclipse 中不留下任何痕迹(例如 Subversive 的首选项屏幕)?

回答by Markus Pscheidt

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

从 Eclipse 的插件和功能文件夹中删除所有文件和文件夹,例如:

org.eclipse.team.svn*
org.polarion.eclipse.team.svn*

回答by Pravin gajbhiye

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

Help->about eclipse->installation details->Installed Software tab 可以选择要卸载的软件。

回答by vlad

If you have installed Subversive via Eclipse Marketplace:

如果您已经通过 Eclipse Marketplace 安装了 Subversive:

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

从 Eclipse 菜单打开帮助 -> Eclipse Market Place...

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

然后搜索subversive,点击Subversive下的卸载-SVN Team Provider

Restart the Eclipse.

重新启动 Eclipse。