配置目錄權限時如:
[/]
@groupA=rw
zhangsan=rw
lisi=rw
wangwu=rw
結果組用戶分別在根目錄下可以正常show log,而在其子目錄中
show log都會提示 Item is not readable.
在
svnserve.conf 文件中,設置anon-access = none,
配置目錄權限時如:
[/]
@groupA=rw
zhangsan=rw
lisi=rw
wangwu=rw
結果組用戶分別在根目錄下可以正常show log,而在其子目錄中
show log都會提示 Item is not readable.
在
svnserve.conf 文件中,設置anon-access = none,