27

from my computer (Mac OS X Leopard) through shell I can check out without problem a remote SVN repo. I already established ssh keys and all that stuff. Now I installed eclipse helios on mac and the subversive pluging. I find no way yo make it work with the svn+ssh repo, could you point me to some good tutorial? MY google caan not find anything useful today

PS: This is the error I get:

    SVN: '0x00400006: Validate Repository Location' operation finished with error: Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.
Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.

PS2: It seems there is a problem with the already JAVA connector, how oculd I install a new one like the SVN kit one?

bahrep
  • 29,961
  • 12
  • 103
  • 150
Open the way
  • 26,225
  • 51
  • 142
  • 196

6 Answers6

50

You should be able to use your repository now, but if not :

  • Go to Window > Preferences
  • Browse to the Team > SVN item
  • In the SVN Connector tab, make sure that SVNKit is selected as the active one.
AliSh
  • 10,085
  • 5
  • 44
  • 76
Kellindil
  • 4,523
  • 21
  • 20
  • DO you know of a way to update the SVN Kit to a newer version that's not showing up when you first install Subversive? – CaffeinatedCM Dec 06 '11 at 00:19
  • Appart from what I can find on google, no real idea. You should be able to update it by using the update site http://www.svnkit.com/ (simply follow the first 4 steps I gave in the answer above with that URL instead of the on I gave in step 2). – Kellindil Dec 06 '11 at 08:25
  • I already had Subclipse installed and working, but the second half of your answer was the key to solving the problem for me... Thanks! – Rune Jun 01 '13 at 18:42
  • @pandit which URL? the one I gave in my answer (for subversive itself), or the one I put in my above comment (for svnkit)? The former still works from here, for the latter you need to use http://eclipse.svnkit.com/1.7.x/. – Kellindil Jul 03 '13 at 13:24
16

For eclipse juno you have to replace word "updated" to "juno" in the plugin link.

So working link for eclipse juno is:

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

Raghu Mudem
  • 6,793
  • 13
  • 48
  • 69
13

for eclipse kepler you can use this

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

Mohsin AR
  • 2,998
  • 2
  • 24
  • 36
1

I have solved the issue in Helios using subclipse.

Go to Help> Eclipse Marketplace search for subclipse and install

subclipse

Nidheesh
  • 662
  • 1
  • 8
  • 18
1

Go to:

Help -> Eclipse Marketplace -> Subclipse

worked for me in Eclipse Luna

Rizier123
  • 58,877
  • 16
  • 101
  • 156
Pratik Ray
  • 19
  • 3
1

Last version (July 2019):

http://community.polarion.com/projects/subversive/download/eclipse/6.0/builds/


See 'How to' picture below:

SCREENSHOT HERE: *Explaining how to install Polarion Subversive software*


See 'How to' version without pictures below:

In your internet browser,

  1. Go to http://community.polarion.com/projects/subversive/download/eclipse/6.0/builds/

  2. Download Subversive-connectors-allplatforms-6.0.4.I20161211-1700.zip

In eclipse,

  1. open the menu 'Help'

  2. choose 'Install new software'

  3. click on 'Add' in the 'Install' popup

  4. click on 'Archive' on 'Add Repository' popup

  5. choose the zip downloaded previously

  6. click on 'Open'

  7. tick all the checkboxes in the 'Install' popup

  8. click 'Next'

  9. wait eclipse calculations to process

  10. click 'Next'

  11. click the radio button 'I accept the terms of license agreement'

  12. click 'Finish'

  13. click 'Install anyway' in the 'Security warning' popup

  14. wait eclipse to process

  15. click 'Restart now' in 'Software Updates' popup

  16. wait eclipse to restart

vvauban
  • 165
  • 4
  • 8
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/low-quality-posts/23602653) – Mihai Chelaru Jul 23 '19 at 12:59
  • Thanks. The screenshot explains how to do it. – vvauban Jul 23 '19 at 13:55
  • Just want to note that some people can't see images. My work network blocks imgur.com, so even if you embedded it in the post, I still can't see it. Right now your answer just reads as an updated duplicate of some of the other answers here with two links to outside resources. You should try to clarify what it is that your answer adds to the existing answers. – Mihai Chelaru Jul 23 '19 at 14:13
  • I updated the answer with textual explanation. Thanks again Mihai Chelaru. – vvauban Jul 23 '19 at 18:31