SVN Error: Unreadable path encountered; access denied;

最近在公司弄了版本庫。將主代碼丟到版本庫後,想拉取新的分支。拋異常以下:svn

SVN Error: Unreadable path encountered; access denied;

 解決辦法:spa

一、在版本庫的:conf/svnserve.conf 文件內。修改參數變成以下: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 = none auth-access = write

二、修改完成後,須要重啓svn服務,重啓以前先把原先的服務暫停了。重名命令以下blog

svnserve -d -r /home/repository # [/home/repository]就是你的倉庫根目錄

三、帶端口啓動it

svnserve -d -r /data/svn --listen-port 70
相關文章
相關標籤/搜索