Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I stop Eclipse from asking to install Subversive Connectors

Tags:

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?

Subversive Connector Discovery

like image 989
Queso Avatar asked Oct 05 '10 12:10

Queso


People also ask

What is SVN Connector for Eclipse?

Subversive Connector Discovery allows user to easily install SVN Connectors. The main problem which Subversive previously had is the overcomplicated procedure of installing: users need to install Subversive from 2 different update sites: first for SVN Team Provider and second for SVN Connectors.

How do I use subversive in eclipse?

To install Subversive: Start Eclipse and select menu item 'Help > Instal New Software...' Then selec common software repository or if you need to install Subversive only, you can directly add Subversive update site by pressing 'Add' button. On the 'Add Repository' form enter the URL to the Subversive update site.


2 Answers

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
like image 108
ran488 Avatar answered Oct 14 '22 20:10

ran488


Either install one provider - than in would not appear again - or uninstall the Subversive plug-in (Help/About/Installation details; and look for the Subversive elements to uninstall).

like image 27
Zoltán Ujhelyi Avatar answered Oct 14 '22 19:10

Zoltán Ujhelyi