Subversive SVN Connectors does not appear in eclipse juno
Asked Answered
G

7

45

the Subversive SVN Connectors does not appear after rebooting eclipse Juno IDE after installing svn from the eclipse marketplace.

any ideas?

Because of this issue i cannot assign a svn connector to the svn eclipse plugin so therefore it cannot do any svn features at all.

i am running windows 8 and tried to run eclipse in Admin mode but still no joy. anywhere i can download the connectors manually and if so, where do i install it?

Guertin answered 10/1, 2013 at 21:57 Comment(4)
I think you can install also connectors from Eclipse MarketplaceAbnormity
I cant find them in the marketplace. they dont seem to be thereGuertin
I did find the connectors from the Yoxos marketplace but after i rebooted eclipse, SVN still cannot find a connectorGuertin
I accidentally cancelled the dialog when it first showed. It really is a bad design that can't give you a second chance.Dictaphone
M
60

Might help someone...

From polarion use this update site. I installed just

  1. subversive SVN Connectors
  2. SVNKit 1.7.5.v1 Implementation
  3. SVN Team provider connectors source

After this I found in eclipse preferences Team->SVN has the svn kit 1.7.5 selected and everything started to working.

Mimimimic answered 15/3, 2013 at 5:22 Comment(2)
This is really a solutionFelecia
And for Kepler use community.polarion.com/projects/subversive/download/eclipse/3.0/…Pleading
T
51

Just remove .metadata folder in your workspace directory and restart

then windows -> preference -> team -> svn click. It will appear

Tbar answered 16/7, 2013 at 15:41 Comment(8)
This Helped me using Indigo. I installed subclipse, but initially cancelled out of the Subversive Connector Discovery dialog. Then could not figure out how to get it back or install connectorsLeggat
Worked, but removed all project from work space but just re import the projects.Silver
Worked in JUNO, simple steps, easy to fixBulimia
This deletes the workspace! All settings will be gone. If it is a new workspace no problem, but other otherwise you will loose all settings and will have to re-import all projects.Uuge
You should warn about the side effects of your solution (maybe put a link to questions about metadata or something)Allocate
Worked in Luna. I really would have liked another intuitive way to open the connectors window.Qualified
Please explicitly mention the eclipse version for which this worked. Doesn't work for my eclipse 4.5 & deletes the workspace.Build
Worked for me in NeonJEE. ThanksSerration
I
6

For me, switching to a fresh workspace fixed the issue. I followed this link. The automatic connector discovery tool popped up once I switched to a new workspace.

Iyeyasu answered 18/2, 2014 at 20:1 Comment(0)
P
6

I cannot add new comments. Just facing same problem. Updating @Saran answer:

Eclipse Mars site is

http://community.polarion.com/projects/subversive/download/eclipse/5.0/mars-site/

Eclipse Luna site is

http://community.polarion.com/projects/subversive/download/eclipse/4.0/luna-site/

Eclipse Kepler site is

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

You can install svn conectors manually from there.

(Remember: Help menu -> Install new software -> paste site url)

Palpitate answered 25/9, 2014 at 8:10 Comment(0)
P
3

Can I suggest the CollabNet Eclipse desktop instead of the Marketplace SVN?

http://desktop-eclipse.open.collab.net/

I've found its installation to be much less painful than any other way of getting SVN into Eclipse.

Polymorphism answered 14/1, 2013 at 13:57 Comment(0)
P
3

Switching workspaces worked.

Also for newer Subversive version`s, the connectors show on the: windows > preferences > team > svn (in a tab inside this window), instead of the old svn > connectors menu.

Polyadelphous answered 6/5, 2014 at 15:40 Comment(0)
S
1
  1. Close your Eclipse.
  2. In your workspace directory, open (.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.team.svn.ui.prefs).
  3. Change the option firstStartup=false to firstStartup=true.
  4. Re-open Eclipse again.
Sanders answered 31/7, 2016 at 0:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.