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

RE: Read-write access bug?

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2006-02-20 20:04:39 CET

Martijn,

I guess you're using svnserve 1.3? It looks like you're encountering issue
2486: 'Svnserve 1.3 authz: writing on subfolder requires read access on
repository root'.

I'm working on getting it fixed in svn 1.3.1. For now, your workaround
options are:
- give read access to the 'sound' group on the root of the repository, and
then disable it again for all subfolders but 'res'.
- switch to apache and use the svn modules, they do not have this particular
issue.

regards,

Lieven.

> -----Original Message-----
> From: Martijn Reuvers [mailto:martijn@twotribes.com]
> Sent: maandag 20 februari 2006 18:38
> To: users@subversion.tigris.org
> Subject: Read-write access bug?
>
> Hi all,
>
> When setting up the following in the authz file
>
> ### Default is nothing
> [/]
> @admin = rw
> @twotribes = rw
> * =
>
> [/res/audio]
> @sound = rw
> ####
>
> I.e., admin and twotribes have rw access from root, all other
> groups don't have any rights. The sound group has rw access
> ONLY in the /res/audio folder (no rights anywhere else).
>
> However the sound group can only read in /res/audio folder,
> while I clearly specify that they should be able to write as well.
>
> What do I do wrong? Or is this a genuine bug ?
>
> Cheers,
>
>
> Martijn Reuvers
> Two Tribes B.V.
> Business Development
>
> t: +31 (0) 341 42 33 05
> f: +31 (0) 341 45 26 96
> m: +31 (0) 62 62 62 062
>
> martijn@twotribes.com
> http://www.twotribes.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 20 20:08:47 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.