你的位置:首页 > 软件开发 > ASP.net > 【SVN】Unable to connect to a repository at URL svn://localhost/Test

【SVN】Unable to connect to a repository at URL svn://localhost/Test

发布时间:2015-08-25 15:00:09
早上配置SVN,但是这次不是那么顺利...环境:Windows 7SVN服务器端:CollabNetSubversion-server-1.8.13-1SVN客户端:TortoiseSVN_V1.9.0.26652 做SVN检出操作时,报错:Unable to connect ...

 

早上配置SVN,但是这次不是那么顺利...

环境:

Windows 7

SVN服务器端:CollabNetSubversion-server-1.8.13-1

SVN客户端:TortoiseSVN_V1.9.0.26652

 

做SVN检出操作时,报错:

Unable to connect to Test repository at URL 'svn://localhost/Test'

Expected FS format between '1' and '6'; found format '7'

【SVN】Unable to connect to a repository at URL svn://localhost/Test

 

原因:

SVN版本问题,客户端版本不能高于服务器端版本。

 

解决方法:

将高版本的客户端卸载掉,安装低于或等于服务器端版本的TortoiseSVN(最后选择了TortoiseSVN_V1.8.11.26392成功)。

 

最终SVN环境:

Windows 7

SVN服务器端:CollabNetSubversion-server-1.8.13-1

SVN客户端:TortoiseSVN_V1.8.11.26392

 


原标题:【SVN】Unable to connect to a repository at URL svn://localhost/Test

关键词:URL

URL
*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。