您的位置:首页 > 其它

解决SVN的一个错误配置

2008-10-07 14:30 253 查看
check out的时候, SVN报错:svn: Not authorized to open root of edit operation 

原因:svnserve.conf 文件里, 有个配置没设置好:
[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 = noneauth-access = write
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐