0

I am using SVN and and only if I set at file authz * = r then I can view log messages when selecting Show Log from the context menu.

Surely this is not what I want - to allow all reads access...

I currently use @developer=rw but as I mentioned above this does not work.

Please advise

Thanks

4

1 回答 1

0

您没有在此处发布整个配置文件,所以我的猜测是授予开发人员组的访问权限不起作用,因为您没有在[group]部分中指定该组的成员。您的配置文件应如下所示:

[group]
developers = person_a, person_b

[/]
developers = rw

检查本手册的语法

于 2011-07-12T20:02:41.273 回答