svn服务器无法访问时检查几个文件:

出现该问题基本都是三个配置文件的问题,下面把这个文件列出来。

svnserve.conf:
[general]
anon-access = read
auth-access = write
password-db = passwd
authz-db = authz

passwd:
[users]
harry = harryssecret

authz:
[groups]
[/]
harry = rw

posted @ 2016-09-09 20:52  yansum  阅读(288)  评论(0编辑  收藏  举报