比較版本內容差別的時候,遭遇到錯誤:Unreadable path encountered; access denied;svn
解決方法:編輯[代碼倉庫目錄下]/conf/svnserve.conf,將[anon-access]的值設置爲[none]。code
[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服務:it
killall -HUP svnserve
svnserve -d -r /home/repository # [/home/repository]就是你的倉庫根目錄