解决办法:
检验 conf目录 下所有文件,svnserve.conf 、authz、passwd文件在书写的时候行前都不要有空格
如
authz文件
[aliases]
# joe = /C=XZ/ST=Dessert/L=Snake City/O=Snake Oil, Ltd./OU=Research Institute/CN=Joe Average
[groups]
# harry_and_sally = harry,sally
# harry_sally_and_joe = harry,sally,&joe
admin = niy #前面不要有空格
# [/foo/bar]
# harry = rw
# &joe = r
# * =
[/]
@admin = rw #前面不要有空格
# [repository:/baz/fuz]
# @harry_and_sally = rw
# * = r
[repos:/]
@admin = rw
* = r
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-