Selected SVN connector library is not available or cannot be loaded

1、错误描述

The following data will be sent:

------
STATUS
------
pluginId            org.eclipse.team.svn.core.svnnature
pluginVersion
code                0
severity            4
message             SVN: ‘Checkout As‘ operation finished with error
fingerprint         72b71ad2

Exception:org.eclipse.epp.internal.logging.aeri.ui.log.StandInStacktraceProvider$StandInException: Stand-In Stacktrace supplied by the Eclipse Error Reporting
	 at org.eclipse.core.internal.jobs.JobManager.endJob(JobManager.java:701)
	 at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:105)
	 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:72)

------
STATUS
------
pluginId            org.eclipse.team.svn.core.svnnature
pluginVersion
code                0
severity            4
message             Selected resource is not checked out.
fingerprint         e266aa77

Exception:org.eclipse.team.svn.core.operation.UnreportableException: 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.
	 at org.eclipse.team.svn.core.extension.factory.ISVNConnectorFactory$1.createConnector(ISVNConnectorFactory.java:114)
	 at org.eclipse.team.svn.core.svnstorage.SVNRepositoryLocation.newProxyInstance(SVNRepositoryLocation.java:845)
	 at org.eclipse.team.svn.core.svnstorage.SVNRepositoryLocation.acquireSVNProxy(SVNRepositoryLocation.java:612)
	 at org.eclipse.team.svn.core.operation.file.CheckoutAsOperation.runImpl(CheckoutAsOperation.java:63)
	 at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:82)
	 at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	 at org.eclipse.team.svn.core.operation.CompositeOperation.runImpl(CompositeOperation.java:99)
	 at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:82)
	 at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	 at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:90)
	 at org.eclipse.team.svn.m2e.SVNScmHandler.runOperation(SVNScmHandler.java:75)
	 at org.eclipse.team.svn.m2e.SVNScmHandler.checkoutProject(SVNScmHandler.java:71)
	 at org.eclipse.m2e.scm.MavenCheckoutOperation.run(MavenCheckoutOperation.java:98)
	 at org.eclipse.m2e.scm.internal.wizards.MavenProjectCheckoutJob.runInWorkspace(MavenProjectCheckoutJob.java:108)
	 at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
	 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

------
REPORT
------
anonymousId         f5d87973-e7a8-4753-b63b-395a8a73d332
name
email
comment
eclipseBuildId      4.5.1.M20150904-0015
eclipseProduct      org.eclipse.epp.package.jee.product
javaRuntimeVersion  1.7.0_67-b01
osgiWs              win32
osgiOs              Windows7
osgiOsVersion       6.1.0
osgiArch            x86_64
logMessage          false
ignoreSimilar       false

-------
BUNDLES
-------
name                org.eclipse.core.jobs
version             3.7.0.v20150330-2103

name                org.eclipse.core.resources
version             3.10.1.v20150725-1910

name                org.eclipse.m2e.scm
version             1.6.2.20150902-0002

name                org.eclipse.team.svn.core
version             3.0.3.I20151228-1700

name                org.eclipse.team.svn
version             3.0.3.I20151228-1700

name                org.eclipse.team.svn.m2e
version             3.0.0.I20150529-1700

2、错误原因

SVN没有SVN Connector

3、解决办法

找到SVN目录,切换到SVN Connector,Get Connector

时间: 2024-10-06 07:54:14

Selected SVN connector library is not available or cannot be loaded的相关文章

SVN: '0x0040010b: Obtain Project Name' operation finished with error: Selected SVN connector library is not available or cannot be loaded.

Eclipse从svn上迁出项目的时候报以下的错误: SVN: '0x0040010b: Obtain Project Name' 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 in

[乐意黎原创] eclipse Kepler Selected SVN connector library is not available or cannot be loaded

问题描写叙述:已经安装了subversive,可是在从SCM导入maven项目时.还是提示报错(如标题),依据报错原因发如今Team>SVN中确实没有svn连接器. 折腾了半天, 硬是没有结果.   后来自己google, 原来是有个相应的插件没有下载.  能够在eclipse的install new software里, 找到work with 中以下插件 http://community.polarion.com/projects/subversive/download/eclipse/3.

eclispe3.4下subversive和svn connector的安装

折腾了好久,终于搞定subversive和svn connector的安装了,过程很痛苦,因为eclipse的在线安装实在是太慢了......        最后我的总结就是不要直接从网上安装,太慢太慢,会吐血而亡的,我已经深刻领略了......        正确的方法是先从官方网站上下载安装包,然后再用eclipse的software update工具安装,这样速度就很快.我的1m的adsl,如果直接网上安装,大概1k下载速度,直接http下载安装包,大概在50-100k之间,差别够大吧? 

Eclipse安装Svn无法连接问题

在Eclipse市场上安装完SVN插件后连接SVN时出现以下错误: 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 ar

Eclipse 使用 SVN 插件后改动用户方法汇总

判定 SVN 插件是哪个 JavaH 的处理方法 SVNKit 的处理方法 工具自带改动功能 删除缓存的秘钥文件 其他发表地点 判定 SVN 插件是哪个 常见的 Eclipse SVN 插件我知道的一共就俩,各自是 JavaH 和 SVNKit .这二者的操作方式是不一样的.正巧我眼下见到的查询 Eclipse 插件的方式也有二种.每一种方式都有可能是这二种插件当中的一种. Preference > Team > SVN > SVN 接口" title=""

关于eclipse安装svn插件的步骤

最近在eclispe安装svn插件的时候,出现了一些问题,后来在网上查找了一下方法,在这里将这些方法进行总结,跟大家分享一下. 第一个步骤: 在help->Eclipse Marketplace->Search->Find中输入svn; 由于我是安装了svn插件的所有我最下面的那个红色箭头指的是Update,如果是没有安装的话,是Install的,点击那个按钮就可以了. 当你完成这个的时候,会发现还是无法用svn去下载项目,会报svn connector没有安装,以前只需要第一个步骤就可

sourceTree 更新svn提示can't locate SVN/Core.pm

| 导语 使用sourceTree管理SVN,报错 can‘t locate SVN/Core.pm 详细报错: Can‘t locate SVN/Core.pm in @INC (you may need to install the SVN::Core module) (@INC contains: /usr/local/git/lib/perl5/site_perl /Applications/SourceTree.app/Contents/Resources/git_local/lib/

Ubuntu下的svn的安装

安装SVN问题很多,现在目前遇到的问题是,安装时候找不到svn connector的连接器 导致不能够对SVN插件进行完整安装.但是可以单独安装该插件 http://community.polarion.com/projects/subversive/download/eclipse/4.0/update-site/ http://community.polarion.com/projects/subversive/download/eclipse/3.0/kepler-site/ 安装SVN客

eclipse-luna 安装svn插件(转)

1. 安装SVN插件 Help->Install New Software… 点击下拉列表框,选择 Luna - http://download.eclipse.org/releases/luna 然后展开 Collaboration 节点,选中 Subversive SVN Team Provider ,点击 Next 点击 Next 同意,点击 Finish 根据网络状况,安装时间有长有短,慢慢等 ~ 其中的确认对话框统统选 OK 或 Yes 2. 安装 SVN Connector 完成第一