简体   繁体   English

SVN:“结帐为”操作完成,但出现错误

[英]SVN: 'Checkout As' operation finished with error

I am using eclipse kepler SR2, I would like to get a maven project from svn server, for that I installed subversion ( I tried to install subclipse but I got this error 我正在使用eclipse kepler SR2,我想从svn服务器获得一个maven项目,为此我安装了subversion (我尝试安装subclipse,但出现此错误

Operation details Cannot complete the install because one or more required items could not be found. 操作详细信息由于找不到一个或多个必需项,因此无法完成安装。 Software being installed: Maven SCM handler for Subclipse 0.13.0.201303011221 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201303011221) Missing requirement: Maven SCM Handler for Subclipse 0.13.0.201303011221 (org.sonatype.m2e.subclipse 0.13.0.201303011221) requires 'bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0)' but it could not be found Cannot satisfy dependency: From: Maven SCM handler for Subclipse 0.13.0.201303011221 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201303011221) To: org.sonatype.m2e.subclipse [0.13.0.201303011221] 正在安装的软件:Subclipse 0.13.0.201303011221(org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201303011221)的Maven SCM处理程序缺少要求:Subclipse 0.13.0.201303011221(org.sonatype.m2e.subclipse 0.13的Maven SCM处理程序.0.201303011221)要求'bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0)',但找不到它不能满足依赖性:来自:Subclipse 0.13.0.201303011221的Maven SCM处理程序(org.sonatype。 m2e.subclipse.feature.feature.group 0.13.0.201303011221)发送至:org.sonatype.m2e.subclipse [0.13.0.201303011221]

)

When I do : new -> other -> maven -> Check out Maven Projects from SCM and I choose the svn project url then I click next and finish I got this error : 当我这样做时:新建->其他-> maven->从SCM中检出Maven项目,然后选择svn项目url,然后单击“下一步”并完成,出现此错误:

SVN: 'Checkout As' operation finished with error Selected resource is not checked out. SVN:“检出为”操作完成,但出现错误,未检出所选资源。 Selected SVN connector library is not available or cannot be loaded. 所选的SVN连接器库不可用或无法加载。 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. 如果选择了本机JavaHL连接器,请检查二进制文件是否可用或安装并从插件连接器更新站点中选择纯Java Subversion连接器。 If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector. 如果已经安装了连接器,则可以在以下位置更改所选的连接器:窗口->首选项->团队-> SVN-> SVN连接器。

Any I idea to solve this problem or a way to install subclipse, Thanks 我想解决这个问题或安装subclipse的任何方法,谢谢

Try Subversive - SVN Team Provider plugin. 尝试Subversive-SVN Team Provider插件。 It gives you SVN views (svn repositories etc.) just like git repositories. 就像git仓库一样,它为您提供了SVN视图(svn仓库等)。

  1. add your svn repository; 添加您的svn存储库;
  2. checkout the repository; 检出存储库;
  3. import maven project (pass the root directory of your project) 导入Maven项目(通过项目的根目录)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM