svn: E160043: Unable to connect to a repository at URL

简介: 操作系统:CentOS 6.5 SVN版本:1.8.11刚安装的SVN,新创建的版本库, 使用svn list svn://192.167.1.81/allProject测试的时候提示以下错误:[root@localhost svn]# svn list svn://192.

操作系统:CentOS 6.5
SVN版本:1.8.11

刚安装的SVN,新创建的版本库,
使用svn list svn://192.167.1.81/allProject测试的时候提示以下错误:

[root@localhost svn]# svn list svn://192.167.1.81/allProject
svn: E160043: Unable to connect to a repository at URL 'svn://192.167.1.81/allProject'
svn: E160043: 期望文件系统格式在“1”到“4”之间;发现格式“6”
AI 代码解读

Windows下使用TortoiseSVN 1.6.7访问时错误如下:
这里写图片描述

搜索了一翻,有说是因为客户端版本的问题,可我在服务器上测试也是一样的情况;
有说是可以在SVN 的服务端仓库里 当前项目/db/format 文件打开 把6改为4即可,但我后来问题解决后打开文件看了一下,版本就是6!
这里写图片描述

有的说是:
因为你是手动建的资源库,SVN库是用客户端创建,只支持file方式访问,当你用svn://方式去访问的时候,系统就会报这样的错误。改为命令创建资源库库就ok了,svnadmin create repository,这个支持file和svn方式访问。

但我的版本库就是通过 svnadmin create repository 命令创建的。

最后我把版本库删除了,重新创建版本库,还是不行,然后又把SVN服务重启了一下,问题就解决了。但是想重现这个问题,结果就重现不了了。

个人总结可能的原因:
1、在服务没有启动时就创建了版本库;
2、使用了另一个SVN的“authz”和“passwd”文件;

目录
打赏
0
0
0
0
1392
分享
相关文章
|
8月前
|
linux上SVN出现 "Unable to connect to a repository at URL 'svn://xx.xx.xx.xx/xxx' 和 No repository ...
centos上安装了svn, 有时候会不知道什么原因出现客户端小乌龟无法连接或无法提交等情况
289 5
【SVN异常】svn: E175003: The server at ‘https://svn.example.com/!/%23MyRepo/‘ does not support the HTTP/
【SVN异常】svn: E175003: The server at ‘https://svn.example.com/!/%23MyRepo/‘ does not support the HTTP/
345 0
Mixed Content: The page at ‘<URL>‘ was loaded over HTTPS, but requested an insecure frame ‘<URL>‘...
Mixed Content: The page at ‘<URL>‘ was loaded over HTTPS, but requested an insecure frame ‘<URL>‘...
987 0
SVN更新有问题 svn The working copy at‘ ‘ is too old
SVN更新有问题 svn The working copy at‘ ‘ is too old
188 0
SVN更新有问题 svn The working copy at‘ ‘ is too old
SVN报错:cannot overwrite the existing versioned item at
SVN报错:cannot overwrite the existing versioned item at
105 0
【SVN】is not known to exist in the repository and is not part of the commit, yet its child
【SVN】is not known to exist in the repository and is not part of the commit, yet its child
954 0
【SVN】is not known to exist in the repository and is not part of the commit, yet its child
前端JS截取url上的参数
文章介绍了两种前端JS获取URL参数的方法:手动截取封装和使用URLSearchParams。
68 0

热门文章

最新文章

相关实验场景

更多
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等