svn 解决You don't have permission to access /svn/ on this server

用./htpasswd 添加用户后,设置相应的权限,使用浏览器访问提示You don't have permission to access /svn/ on this server

检查配置文件也没有问题,查看apache的error.log日志

发现一条错误提示:

Faied to load the AuthzSVNAccessFIle :Section header expected

解决办法:将权限配置文件的BOM去掉即可。

你可能感兴趣的:(svn 解决You don't have permission to access /svn/ on this server)