SVN Error: Unreadable path encountered; access denied;

解决方法:编辑[代码仓库目录下]/conf/svnserve.conf
将[anon-access]的值设置为[none]。如下:

[general]

### These options control access to the repository for unauthenticated

### and authenticated users. Valid values are "write", "read",

### and "none". The sample settings below are the defaults.

# anon-access = read

anon-access = none


最后,别忘了重启SVN服务了。
killall -HUP svnserve //关闭SVN进程
svnserve -d -r /home/repository # [/home/repository]就是你的仓库跟目录
发布了92 篇原创文章 · 获赞 4 · 访问量 5万+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章