On Wed, Dec 22, 2010 at 09:12:13AM +0800, David Xie wrote:
> Thanks Stefan.
> 
> Wow, it really works when disable authz. This means I could access to svn://
> 172.18.127.148/test (read and write) and successfully to view log
> history. Hard to believe!
> #authz-db = authz
> 
> And the logs are showed correctly without authz.
> 
> What's wrong? What should I do to make authz and log history both work?

Authz restrictions always affect paths and log history.

If a revision modified a path that the authenticated user cannot access
because of authz rules, the user will always get an empty log message
for this revision. The log message might contain information the user
isn't allowed to see.

Stefan

Reply via email to