码迷,mamicode.com
首页 > 数据库 > 详细

SVN Error: Unreadable path encountered; access den

时间:2015-08-14 17:21:25      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:

比较版本内容差异的时候,遭遇到错误: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
svnserve -d -r /home/repository # [/home/repository]就是你的仓库跟目录


SVN Error: Unreadable path encountered; access den

标签:

原文地址:http://my.oschina.net/u/1433006/blog/492502

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!