简体   繁体   中英

How can I stop Eclipse from asking to install Subversive Connectors

I'm using Eclipse Helios v3.6 and every time I start up I get the following dialog. Yet I do not use subversion. Does anyone know how to make this stop?

颠覆连接器发现

I had the same issue. To fix it I went into my Eclipse plug-ins directory and searched for anything with "svn", "subversion", or "subclipse" in the filename. I removed the following JAR's and relaunched Eclipse. So far so good.

01/19/2011  09:37 AM             8,262 com.smartbear.collaborator.subclipse_6.0.6016.jar
01/19/2011  09:37 AM            19,556 com.smartbear.collaborator.subversive_6.0.6016.jar
01/19/2011  09:37 AM            10,539 com.smartbear.collaborator.ui.subclipse_6.0.6016.jar
01/19/2011  09:37 AM            11,093 com.smartbear.collaborator.ui.subversive_6.0.6016.jar
05/04/2011  11:03 AM           943,141 org.eclipse.team.svn.core_0.7.9.I20110207-1700.jar
05/04/2011  11:04 AM         2,490,582 org.eclipse.team.svn.ui_0.7.9.I20110207-1700.jar
05/04/2011  11:44 AM            82,086 org.tigris.subversion.clientadapter_1.6.12.jar
05/04/2011  11:44 AM           297,927 org.tigris.subversion.subclipse.core_1.6.17.jar
05/04/2011  11:44 AM         1,928,100 org.tigris.subversion.subclipse.ui_1.6.17.jar

安装一个提供程序 - 而不是再次出现 - 或卸载Subversive插件(帮助/关于/安装详细信息;并查找要卸载的Subversive元素)。

I started getting the same problem after I installed the Papyrus plugin. I had to remove a few JAR files in my Eclipse plugin directory containing "svn" in the name. I first tried to see if I could uninstall from Eclipse's 'Help' menu, as Zoltan explained, but there was no option to independently remove the SVN plugin without removing Papyrus entirely. But removing the JAR files seemed to do the trick.

For some reason the startup interface for installing the connector does not work
I installed one of the available connectors using Help->Install new software...
and then using this update site

http://community.polarion.com/projects/subversive/download/eclipse/3.0/juno-site/

taken from http://www.polarion.com

Cheers

我只是卸载了"Install New Software->already installed"中的所有“颠覆性”插件,问题就消失了。

I went the other route and just installed the whole package under Subversive. This allowed me to complete the installation and the splash screen no longer pops up. Figured Subversive would be something that is handy to have available

Just guessing here: does any of the projects in your workspace have the SVN metadata .svn by chance? I'd guess that could be the trigger.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM