`
yangzb
  • 浏览: 3471145 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Gordian Yuan young programmer Selected SVN connect

    博客分类:
  • Java
阅读更多

Quotation:
使用Eclipse-Ganymede内置的SVN尝试checkout项目时出现Selected SVN connector library is not available or cannot be loaded.

Solution:
添加 SVN connectot
http://www.polarion.org/projects/subversive/download/eclipse/2.0/ganymede-site/

分享到:
评论
1 楼 yangzb 2008-09-06  
在Eclipse 3.4中安装Subversive



  今天尝试在Eclipse 3.4中安装Subversive,但遇到了下面的错误:

    Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.team.svn.feature.group/[0.7.1.I20080612-1500,0.7.1.I20080612-1500]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.team.svn.feature.group/[0.7.3.I20080814-1500,1.0.0)] can be satisfied.
    Unsatisfied dependency: [org.polarion.eclipse.team.svn.connector.svnkit.feature.group 2.0.3.I20080814-1500] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.team.svn.feature.group/[0.7.3.I20080814-1500,1.0.0)
    Unsatisfied dependency: [org.polarion.eclipse.team.svn.connector.svnkit.feature.group 2.0.3.I20080814-1500] requiredCapability: org.eclipse.equinox.p2.iu/org.polarion.eclipse.team.svn.connector.feature.group/0.0.0
    Unsatisfied dependency: [org.polarion.eclipse.team.svn.connector.svnkit15.feature.group 2.0.3.I20080814-1500] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.team.svn.feature.group/[0.7.3.I20080814-1500,1.0.0)
    Unsatisfied dependency: [org.polarion.eclipse.team.svn.connector.svnkit15.feature.group 2.0.3.I20080814-1500] requiredCapability: org.eclipse.equinox.p2.iu/org.polarion.eclipse.team.svn.connector.feature.group/0.0.0
    Unsatisfied dependency: [org.polarion.eclipse.team.svn.connector.feature.group 2.0.3.I20080814-1500] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.team.svn.feature.group/[0.7.3.I20080814-1500,1.0.0)

  解决方法如下:

    after some google search, I got the solution: The SVN Team Provider version in the Ganymede update site is not the latest version. To get it works with the Connectors you’ve got to update it to the latest version. Here are the steps to make it works :

    1. Go to Help->Software Updates.
    2. Click on the “Available Software” tab.
    3. Unfold the Ganymede->Collaboration Tools node, and if your experience is like mine, you will see the “SVN Team Provider (Incubation)” item with this version identifier, “0.7.1.I20080612-1500″. What you really need (since the Subversive/Polarion team posted updates) is the version from 2008-08-01.
    4. Click on “Manage Sites…”.
    5. Uncheck the “Ganymede” checkbox (http://download.eclipse.org/releases/ganymede)
    6. Scroll down to find “http://download.eclipse.org/technology/subversive/0.7/update-site/”, select it and click “OK”.
    7. You should be back on the “Available Software” tab, with only the subversive items present. Unfold the “Subversive SVN Team Provider Plugin (Incubation)” item, and you will see the “SVN Team Provider (Incubation)” item. Note that the version identifier is “0.7.3.I20080814-1500″.
    8. Check the box, and click”install”. The install will be change to an update. Restart Eclipse at the end of the install.
    9. Go to “Help->Software Updates”.
    10. Choose the “Available Software” tab.
    11. Click the “Add Site” button, and add “http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/”.
    12. Check the SVNKit Connectors and click “Install”. Restart Eclipse at the end of the install.
    13. Subversive should be working !

    Thanks to Frank Carver and Graig Thomas

相关推荐

Global site tag (gtag.js) - Google Analytics