当前位置: 代码迷 >> .NET相关 >> SVN 认证失败,头疼带动了蛋~解决思路
  详细解决方案

SVN 认证失败,头疼带动了蛋~解决思路

热度:6380   发布时间:2013-02-26 00:00:00.0
SVN 认证失败,头疼带动了蛋~~
authz
XML code
[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# [/foo/bar]# harry = rw# &joe = r# * =[repository:/]@harry_and_sally = rw# * = r


passwd
XML code
### This file is an example password file for svnserve.### Its format is similar to that of svnserve.conf. As shown in the### example below it contains one section labelled [users].### The name and password for each user follow, one account per line.[users]harry = harryssecret# sally = sallyssecret


svnserve
XML code
[general]anon-access = readauth-access = writepassword-db = passwdauthz-db = authz

带#号的注释没有贴上来,贴上来的都是去掉注释后的。但是导入的时候总是认证失败。
我下载的SVN是1.6.6,直接解压后在DOS窗口中运行的那种,tortoiseSVN也是1.6的,简体中文版,太平洋载的
就是本机使用,每次导入的时候都是认证失败
请大侠给个原因,太没天理了

------解决方案--------------------------------------------------------
up




up
------解决方案--------------------------------------------------------
没碰到过,我用的windows版的SVN。LINUX上的没用过
------解决方案--------------------------------------------------------
  相关解决方案