在 Eclipse Helios 中使用颠覆性检查 SVN svn+ssh repo

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5136898/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 19:59:28  来源:igfitidea点击:

Checkout SVN svn+ssh repo with subversive in Eclipse Helios

eclipsesvnsubversivejavahl

提问by Open the way

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

从我的计算机(Mac OS X Leopard)通过外壳,我可以毫无问题地检出远程 SVN 存储库。我已经建立了 ssh 密钥和所有这些东西。现在我在mac上安装了eclipse helios和颠覆性的插件。我发现没有办法让它与 svn+ssh repo 一起工作,你能指点我一些好的教程吗?我的谷歌今天找不到任何有用的东西

PS: This is the error I get:

PS:这是我得到的错误:

    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?

PS2:好像已经是JAVA连接器有问题了,我怎么可能安装一个新的,比如SVN kit one?

回答by Kellindil

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

您现在应该可以使用您的存储库,但如果不能:

  • Go to Window > Preferences
  • Browse to the Team > SVNitem
  • In the SVN Connectortab, make sure that SVNKit is selected as the active one.
  • Window > Preferences
  • 浏览到Team > SVN项目
  • SVN Connector选项卡中,确保选择 SVNKit 作为活动的。

回答by Raghu Mudem

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

对于 eclipse juno,您必须在插件链接中将单词“updated”替换为“juno”。

So working link for eclipse juno is:

所以eclipse juno的工作链接是:

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

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

回答by Nidheesh

I have solved the issue in Helios using subclipse.

我已经使用subclipse解决了 Helios 中的问题。

Go to Help> Eclipse Marketplace search for subclipseand install

转到 Help> Eclipse Marketplace 搜索subclipse并安装

subclipse

子剪辑

回答by Pratik Ray

Go to:

去:

Help -> Eclipse Marketplace -> Subclipse

worked for me in Eclipse Luna

对我来说有效 Eclipse Luna

回答by vvauban

Last version (July 2019):

最新版本 ( July 2019):

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

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*

这里的屏幕截图:*解释如何安装 Polarion Subversive 软件*



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

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

  2. 下载 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

  1. 打开菜单 'Help'

  2. 选择 'Install new software'

  3. 'Add''Install'弹出窗口中点击

  4. 点击'Archive''Add Repository'弹出

  5. 选择之前下载的 zip

  6. 点击 'Open'

  7. 勾选'Install'弹出窗口中的所有复选框

  8. 点击 'Next'

  9. 等待日食计算处理

  10. 点击 'Next'

  11. 单击单选按钮 'I accept the terms of license agreement'

  12. 点击 'Finish'

  13. 'Install anyway''Security warning'弹出窗口中单击

  14. 等待日食处理

  15. 点击'Restart now''Software Updates'弹出

  16. 等待 eclipse 重新启动