How can I stop Eclipse from asking to install Subversive Connectors
Asked Answered
S

7

20

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

Syntactics answered 5/10, 2010 at 12:57 Comment(3)
Interesting - that's the Mylyn connector discovery UI. You see it whenever you launch the IDE?Bifacial
Yup - everytime I restart the app I see this dialog. I select cancel since I'm not running subversion.Syntactics
@Bifacial The Mylyn connector discovery UI has been contributed to the platform, e.g. the Marketplace UI is based on the same. A similar discovery UI is used for Subversive connector selection as well.Flywheel
C
8

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
Corsiglia answered 18/8, 2011 at 13:28 Comment(4)
This worked great, thanks! I had uninstalled Subversive, but the prompt kept on bugging me. Not anymore :)Fefeal
I have downvoted this answer, because it is really a bad idea to manually mess around with the plugins directory. You can simply uninstall stuff using Help/About, and then selecting installation details. Yes, I know, it is hidden, but that is a better functionality.Flywheel
As suggested by Zoltán Ujhelyi, the correct way is to uninstall using "Eclipse -> About Eclipse -> Installation Details"Rash
Agreed with ZoltánTassel
J
5

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).

Jamilajamill answered 5/10, 2010 at 19:32 Comment(0)
S
4

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.

Shayla answered 21/8, 2012 at 14:58 Comment(2)
I can share that experience. I was being asked for Subversive connectors although I had not installed Subversive. No way to uninstall anything obvious. Performing rm *svn* in the plugins directory helped greatly.Beal
I mirror this experience. I uninstalled only Papyrus and it fixed it. (What a bloated plugin that is)Tingaling
T
1

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

Turbit answered 16/11, 2012 at 12:46 Comment(0)
S
0

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.

Something answered 5/10, 2010 at 19:50 Comment(0)
N
0

I just uninstall all "subversive" plugins in the "Install New Software->already installed" and the problem went away.

Neolatin answered 29/8, 2012 at 0:35 Comment(0)
D
0

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

Dachshund answered 6/4, 2014 at 6:13 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.