问题描述
当我在浏览器(Chrome,Firefox)中输入服务器的URL时,如果我接受安全例外,便可以访问存储库。
When I enter the url for the server into a browser (Chrome, Firefox) I can access the repository if I accept the security exception.
当我输入进入Eclipse中svn仓库位置的URL,以及用户名和密码,访问仓库条目时发生错误。
When I enter the url into svn repository location in eclipse, along with the user name and password, I get an error occured while accessing the repository entry.
eclipse中的错误是SVN:0x00400006 :验证存储库位置操作完成并出现错误:所选的SVN连接器库不可用或无法加载。
The error from eclipse is SVN: 0x00400006: Validate Repository Location operation finished with error: Selected SVN connector library is not available or cannot be loaded.
推荐答案
此中的说明网站正常运行
The instructions from this site worked
在日食中,请帮助/安装新软件
In eclipse, go to help/install new software
添加站点
安装svn连接器和svnkit。
Install the svn connectors and svnkit.
现在,我可以从eclipse到达服务器存储库了。在存储库中使用新建 /项目可能会有所帮助。
Now, I can reach the server repository from eclipse. It may be helpful to use New / project from repository.
这篇关于从Eclipse访问Visualsvn服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!