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

ra_dav/log and mod_authz_svn

From: Chia-liang Kao <clkao_at_clkao.org>
Date: 2005-03-07 13:45:25 CET

Hi,

If I configure have the following configuration:
Apache:
    AuthType Basic
    AuthzSVNAccessFile /path/to/svnpolicy
    Satisfy any
    Require valid-user

/path/to/svnpolicy:
[/]
* = rw
[/private]
foo = rw
* =

Now, if I have a change, say r6, changing things inside /private. Doing svn log
-r6 -v http://server/svn/private prompts me for passwords. But doing log on
http://server/svn/private does not, and I get an empty output of the log,
without any prompt. So how do I guess that I need to run the log on /private or
other secret paths to make svn at least try to authenticate with me?

Cheers,
CLK

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 7 13:53:01 2005

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

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