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

svnserve authx problems...

From: Tankko <tankko_at_gmail.com>
Date: 2006-06-13 02:05:16 CEST

I just upgraded my subversion server from 1.2 to 1.3.2 (FreeBSD) and
am having some problems setting up the new authz-db stuff.

I am using svnserve, not apache.

My svnserve.conf is:

------------------
[General]
anon-access = none
auth-access = write
password-db = passwd
realm = MyProject
authz-db = authfile
------------------

My authfile is

------------------
[/]
tankko = rw

[/trunk/Data]
richp = rw

[/trunk/Source]
richp = rw
------------------

I want the user richp to only have access to the Data and Source
directories, but nothing else in /trunk, /release, /tags, or the other
directoies in /trunk.

When he tries to do an update he gets:

Error: Not authorized to open root of edit operation

He can't get any access at all unless I add him to the [/] block as rw.

I've tried giving him access to [/], but then blocking access to
[/trunk], then granting to [/trunk/Data], but nothing works.

What am I doing wrong? Everything works fine if I remove the authz-db
= authfile line as well, so svnserve is function correctly without
authz.

Tankko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 13 02:27:06 2006

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.