问题
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