SVN Error: Unreadable path encountered; access denied;

发布时间:2015-08-23 15:47:18

比较版本内容差异的时候,遭遇到错误:Unreadable path encountered; access denied;

解决方法:编辑[代码仓库目录下]/conf/svnserve.conf

将[anon-access]的值设置为[none]。如下:

1 [general]
2 ### These options control access to the repository for unauthenticated
3 ### and authenticated users.  Valid values are "write", "read",
4 ### and "none".  The sample settings below are the defaults.
5  
6 # anon-access = read
7 anon-access = none

最后,别忘了重启SVN服务了。