Could not open the requested SVN filesystem
刚学配置!结果访问
http://localhost/svn/是可以的,输入密码时候可以看到下面的fsc。但是访问其下的http://
localhost/svn/fsc/总是不行!
不是500错误就是403错误。D:\Work\SVN\fsc 是版本库!请问各位高手什么原因阿?
500错误就显示Could not open the requested SVN filesystem
log文件
[error] [client 127.0.0.1] Could not open the requested SVN
filesystem [500, #165005], referer:
http://localhost/svn/
httpd.conf文件如下
<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath D:\Work\SVN
#SVNPath D:\Work\SVN
#SVNIndexXSLT "/svnindex.xsl"
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile passwd
#AuthUserFile "D:\Work\SVN\fsc\conf\passwd"
#AuthzSVNAccessFile svnaccessfile
AuthzSVNAccessFile "D:\Work\SVN\fsc\conf\authz.conf"
Require valid-user
</Location>
authz.conf文件如下
[groups]
# harry_and_sally = harry,sally
admin = test
[/]
* = r
@admin = rw
[fsc:/]
@admin = rw
将此行注释掉就显示403错误
AuthzSVNAccessFile "D:\Work\SVN\fsc\conf\authz.conf"
stone发的问题,我也有,可我的瑞星关了也不行,问灵魂黑客,到底为啥啊???