Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/svn/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
svn:E160043:预期的FS格式介于';1';和';4';;已找到格式';6';_Svn_Repository_Version_Svnadmin - Fatal编程技术网

svn:E160043:预期的FS格式介于';1';和';4';;已找到格式';6';

svn:E160043:预期的FS格式介于';1';和';4';;已找到格式';6';,svn,repository,version,svnadmin,Svn,Repository,Version,Svnadmin,当我的客户机获取Subversion服务器存储库的列表时,会出现一个错误,如下所示 D:\temp>svn list svn://192.168.1.2/d:/svnrepository/r0 svn: E160043: Unable to connect to a repository at URL 'svn://192.168.1.2/d:/svnrepository/r0' svn: E160043: Expected FS format between '1' and '4'; f

当我的客户机获取Subversion服务器存储库的列表时,会出现一个错误,如下所示

D:\temp>svn list svn://192.168.1.2/d:/svnrepository/r0
svn: E160043: Unable to connect to a repository at URL 'svn://192.168.1.2/d:/svnrepository/r0'
svn: E160043: Expected FS format between '1' and '4'; found format '6'
客户机的svn版本为1.8.3(r1516576)

我们的服务器svn和svnandmin版本相同

d:\>svnadmin  --version
svnadmin, version 1.8.3 (r1516576)
compiled Aug 27 2013, 19:43:20 on x86-microsoft-windows

d:\>svn --version
svn, version 1.8.3 (r1516576)
compiled Aug 27 2013, 19:43:20 on x86-microsoft-windows
这个缝合有什么问题?
(向蹩脚的英语道歉)

您的svn客户端,即使升级到1.8,也声明自己是旧版本(1.6?)


在使用此客户端之前,您必须至少重新启动一次Windows。我的subversion服务器在更新时正在运行,因此svnserve文件从未更新过。svn服务允许您使用
svn://
协议。这些步骤应该在您的服务器上完成

1) 停止svnserve.exe服务(或终止进程)

2) 卸载subversion

3) 安装最新的subversion客户端。我使用了在上找到的Subversion 1.8.3(Windows 64位)

4) 启动svnserve.exe服务

可能重复的
d:\>svnadmin  --version
svnadmin, version 1.8.3 (r1516576)
compiled Aug 27 2013, 19:43:20 on x86-microsoft-windows

d:\>svn --version
svn, version 1.8.3 (r1516576)
compiled Aug 27 2013, 19:43:20 on x86-microsoft-windows