认证失败!我已经被svn搞脑残了
svnserve.conf
anon-access = none
auth-access = write
password-db = ..\..\passwd
authz-db = ..\..\authz
passwd
[users]
a = 123
authz
[groups]
admin = a
[repository:/]
@admin = rw
请问这样的配置有啥问题,怎么就是要认证失败呢
屁大点问题,搞了3,4个钟头,真他妈想卸载这个鸟儿玩意
脑残也要费解一下,大爷的。。。
服务器 subversion 1.6.5
客户端 TortoiseSVN 1.6.5, Build 16974 - 32 Bit 中文语言包
操作系统 Windows 2003 Server sp2
[解决办法]
1.使用了authz,必须所有的用户都在组里面
2.[repository:/] 这里必须是版本库的名字,若是版本库下有多个目录的时候,要写到/的后面去