我正在尝试在 svnserve 中设置 authz 文件(在 SUN OS 下)。我的仓库名称是 CL_xyz,仓库路径是 /export/svnrepo/xyz。如何在第 x 步指定 repo 路径以获得所需的结果?现在,我收到一个错误-
Sending test.txt
Transmitting file data .svn: E220001: Commit failed (details follow):
svn: E220001: Access denied
svn: E220001: Your commit message was left in a temporary file:
授权文件
[groups]
admin = app
# [/foo/bar]
# harry = rw
# &joe = r
# * =
[/branches] ----step x
#[/]
#* = rw
@admin = rw
PS:我的 svnserve.conf 和 passwd 文件工作正常。
svnserve.conf 文件
anon-access = none
auth-access = write
password-db = passwd
authz-db = authz
realm = CL_xyz
寻求专家来解决我的小问题。谢谢你的时间。