Show Log and SVN Works Only With “All Can Read” Option in authz File

荒凉一梦 提交于 2019-12-13 07:37:47

问题


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


回答1:


You didn't post the whole configuration file here, so my guess is that granting access to developers group doesn't work because you didn't specify members of this group in [group] section. Your configuration file should look like the following:

[group]
developers = person_a, person_b

[/]
developers = rw

Check this manual for the syntax.



来源:https://stackoverflow.com/questions/3275505/show-log-and-svn-works-only-with-all-can-read-option-in-authz-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!