Access visualsvn server from eclipse

冷暖自知 提交于 2019-12-09 22:48:02

问题


When I enter the url for the server into a browser (Chrome, Firefox) I can access the repository if I accept the security exception.

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.

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.


回答1:


The instructions from this site worked

http://www.polarion.com/products/svn/subversive/download.php

In eclipse, go to help/install new software

Add the site

http://community.polarion.com/projects/subversive/download/eclipse/3.0/juno-site/

Install the svn connectors and svnkit.

Now, I can reach the server repository from eclipse. It may be helpful to use New / project from repository.



来源:https://stackoverflow.com/questions/17383761/access-visualsvn-server-from-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!