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

Re: Combining public and private paths

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 11 Feb 2011 19:36:34 +0200

Workaround: you could run two svnserves with different configs, one
allowing only anonymous access and only only authenticated access.

I know httpd has the problem you're describing, I don't recall previous
reports of it with svnserve.

Victor Sudakov wrote on Thu, Feb 10, 2011 at 21:14:24 +0600:
> ========== conf/authz:
> [/]
> @noc = rw
>
> [/foo]
> $anonymous = r
> $authenticated = rw
>
> does not work. A valid user from the noc group receives the following reply:
>
> $ svn diff -c2237 www.txt
> svn: Unreadable path encountered; access denied

It would be relevant to know www.txt absolute path.
Received on 2011-02-11 18:41: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.