我无法从 SVN 存储库导入项目

I am not able to import project from SVN Repository

我正在尝试从 SVN 存储库导入项目,但引用多种原因失败。

Failed to load JavaHL Library. These are the errors that were encountered: E:\Softwares\Development\eclipse-jee-oxygen-3a-win32-x86_64\eclipse\configuration\org.eclipse.osgi33[=10=].cp\ssleay32.dll: The operating system cannot run %1 Native Library C:\Windows\System32\dbghelp.dll already loaded in another classloader E:\Softwares\Development\eclipse-jee-oxygen-3a-win32-x86_64\eclipse\configuration\org.eclipse.osgi33[=10=].cp\libsvn_delta-1.dll: The specified procedure could not be found E:\Softwares\Development\eclipse-jee-oxygen-3a-win32-x86_64\eclipse\configuration\org.eclipse.osgi33[=10=].cp\libsvn_diff-1.dll: The specified procedure could not be found E:\Softwares\Development\eclipse-jee-oxygen-3a-win32-x86_64\eclipse\configuration\org.eclipse.osgi33[=10=].cp\libsvn_wc-1.dll: The specified procedure could not be found E:\Softwares\Development\eclipse-jee-oxygen-3a-win32-x86_64\eclipse\configuration\org.eclipse.osgi33[=10=].cp\libsvn_fs-1.dll: The specified procedure could not be found E:\Softwares\Development\eclipse-jee-oxygen-3a-win32-x86_64\eclipse\configuration\org.eclipse.osgi33[=10=].cp\libsvn_repos-1.dll: The specified procedure could not be found E:\Softwares\Development\eclipse-jee-oxygen-3a-win32-x86_64\eclipse\configuration\org.eclipse.osgi33[=10=].cp\libsvn_ra-1.dll: The specified procedure could not be found E:\Softwares\Development\eclipse-jee-oxygen-3a-win32-x86_64\eclipse\configuration\org.eclipse.osgi33[=10=].cp\libsvn_client-1.dll: The specified procedure could not be found E:\Softwares\Development\eclipse-jee-oxygen-3a-win32-x86_64\eclipse\configuration\org.eclipse.osgi33[=10=].cp\libsvnjavahl-1.dll: The specified procedure could not be found no svnjavahl-1 in java.library.path no svnjavahl in java.library.path java.library.path = E:\Softwares\Development\eclipse-jee-oxygen-3a-win32-x86_64\eclipse;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/Program Files/Java/jdk1.8.0_162/bin/../jre/bin/server;C:/Program Files/Java/jdk1.8.0_162/bin/../jre/bin;C:/Program Files/Java/jdk1.8.0_162/bin/../jre/lib/amd64;C:\oraclexe\app\oracle\product.2.0\server\bin;;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\TortoiseSVN\bin;C:\Users\Varun.Jain\AppData\Local\Microsoft\WindowsApps;;E:\Softwares\Development\eclipse-jee-oxygen-3a-win32-x86_64\eclipse;;.

当我尝试从 Eclipse 首选项访问 SVN 时,它又给我 org/tmatesoft/sqljet/core/SqlJetException 并且不让我从中选择任何东西。

你在Eclipse中使用subclipse插件吗?您是否也安装了 SVN Kit 部分?没有它,subversion 将无法工作,无论如何,如果重新安装 Subclipse 插件没有帮助,我建议您执行以下步骤:

  1. 安装完整的 Silk SVN 客户端(https://sliksvn.com/download/
  2. 将其bin目录加入系统路径。
  3. 重新启动 Eclipse

它会起作用。