问题
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?
回答1:
- Go to
Help > Install New Software...
- Paste in the URL
for juno: http://community.polarion.com/projects/subversive/download/eclipse/3.0/juno-site/
for kepler: http://community.polarion.com/projects/subversive/download/eclipse/3.0/kepler-site/ - Select the connector you wish to install (I usually go with
SVNKit
). You need to select both the wanted connector and the generic "Subversive SVN Connectors
" item. - Click
Finish
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.
回答2:
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/
回答3:
for eclipse kepler you can use this
http://community.polarion.com/projects/subversive/download/eclipse/3.0/kepler-site/
回答4:
I have solved the issue in Helios using subclipse.
Go to Help> Eclipse Marketplace search for subclipse and install
回答5:
Go to:
Help -> Eclipse Marketplace -> Subclipse
worked for me in Eclipse Luna
回答6:
Last version (July 2019
):
http://community.polarion.com/projects/subversive/download/eclipse/6.0/builds/
See 'How to' picture below:
See 'How to' version without pictures below:
In your internet browser,
Go to
http://community.polarion.com/projects/subversive/download/eclipse/6.0/builds/
Download
Subversive-connectors-allplatforms-6.0.4.I20161211-1700.zip
In eclipse,
open the menu
'Help'
choose
'Install new software'
click on
'Add'
in the'Install'
popupclick on
'Archive'
on'Add Repository'
popupchoose the zip downloaded previously
click on
'Open'
tick all the checkboxes in the
'Install'
popupclick
'Next'
wait eclipse calculations to process
click
'Next'
click the radio button
'I accept the terms of license agreement'
click
'Finish'
click
'Install anyway'
in the'Security warning'
popupwait eclipse to process
click
'Restart now'
in'Software Updates'
popupwait eclipse to restart
来源:https://stackoverflow.com/questions/5136898/checkout-svn-svnssh-repo-with-subversive-in-eclipse-helios