这篇文章记录一下昨天碰到的SVN使用中的几个细节上的问题。
环境准备
- https://liumiaocn.blog.csdn.net/article/details/109699741
问题1: 页面访问SVN提示错误
-
现象说明:通过浏览器和http的方式访问页面提示如下错误信息
-
暂定对应:发现是容器化方式权限不正,临时提升了权限在页面即可访问了
问题2: E170013错误提示
- 现象说明:由于缺乏svn客户端,登录到镜像之中出现如下错误信息
/ # svn co http://localhost/svn/repo1 --username=admin --password=abcd1234
svn: E170013: Unable to connect to a repository at URL 'http://localhost/svn/repo1'
svn: E000002: Could not find the requested SVN filesystem
/ #
- 暂定对应:在容器外部使用svn客户端实际是正常的,所以此处