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

Partially anonymoysly world-readable svnserve repositories

From: Rob Kendrick <rjek_at_rjek.com>
Date: Thu, 10 Jan 2008 17:51:51 +0000

Hi,

I'm having trouble setting up a respository that is partially
world-readable by anonymous users with svnserve.

I have the following in my conf/authz:

> [/]
> rjek = rw
> * = r
>
> [/rjek/personal]
> rjek = rw
> * =
>
> [/jshaw]
> jshaw = rw
> * = r

And the following in my conf/svnserve.conf:

> [general]
> anon-access = read
> auth-access = write
> password-db = passwd
> authz-db = authz

Checking out something in /rjek that isn't in personal, or checking out
anything from /jshaw anonymously works a treat. However, if one tries
to do something that requires authentication, such as checking something
out from /rjek/personal, the svn client asks for a password, and then
gives the error:

> svn: Not authorized to open root of edit operation

Having Googled around a little, I've found places that seem to suggest
this was a known issue that is fixed in 1.4.6. I'm running 1.4.6: what
am I doing wrong? Is there still a bug that makes this kind of
arrangement impossible?

B.

 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-10 19:34:24 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.