[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: A problem trying to use svn:// and http:// for a same repository at the same time

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 22 Dec 2010 19:49:58 +0100

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
Received on 2010-12-22 19:50:41 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.