如果启用了 svn 的 path-based access control, svnserve.conf 中的 anon-access 要设成 none 才行:
$ cat svnserve.conf
[general]
anon-access = none
auth-access = write
password-db = passwd
authz-db = authz
realm = My Realm
$ cat authz
[/]
admin = rw
[/project1]
guest = r
$
2007-07-05
svn: Not authorised to open root of edit operation
Posted by
Display Name
-
9:24 AM
Labels: Version Control
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment