|
安装svn插件:参考文档https://blog.csdn.net/sinat_27535209/article/details/60872727我这里采用的第三种方式。 安装完重启eclipse之后,import导入项目的时候会报错: SVN: '0x00400006:Validate Repository Location' operation finished with error: Selected SVN connector library is not available or cannot be loaded.
错误原因是:缺少SVN connector 解决办法: 1. 访问 http://www.polarion.com/products/svn/subversive/download.php?utm_source=eclipse.org&utm_medium=link&utm_campaign=subversive 选择一个合适的站点,我的Eclipse版本是Neon 
就选择了http://community.polarion.com/projects/subversive/download/eclipse/6.0/neon-site/ 2. 运行Eclipse并选择Help > Install New Software...,在Work with:后面输入步骤1选择的站点 3. Subversive SVN Connectors勾选,点击Next,直到安装结束。 
安装完后重启Eclipse就好了。 4.这个时候查看Window--Preferencees--SVN--右侧SVN connector如下所示 
5. import导入项目不会再报如上错误 
其他参考文档:https://blog.csdn.net/rilaohn/article/details/70312827 |