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萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章