其他分享
首页 > 其他分享> > 记录一次svn:unable to connect to a repository at url XXX, access to XX forbidden

记录一次svn:unable to connect to a repository at url XXX, access to XX forbidden

作者:互联网

清客户端缓存啥,都试了,

 

查看web服务日志:

[Wed Apr 13 08:24:06.945081 2022] [authz_svn:error] [pid 30346] [client 192.168.1.2:54112] Failed to load the mod_authz_svn config: Section name 'tmp:/abc/2.0/' contains non-canonical fspath '/abc/2.0/'

 

原因:

authz配置文件中添加的目录  /abc/2.0/   应该改为 /abc/2.0  目录最后不能有 /

标签:svn,authz,abc,配置文件,repository,url,2.0,目录
来源: https://www.cnblogs.com/dwj192/p/16138569.html