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

svn_access_file not working as expected

From: Engebakken Geir <geir.engebakken_at_edb.com>
Date: Thu, 4 Sep 2008 11:57:55 +0200

I sent this previously with another subject, but as I got no replies, i'd better try with a more catching subject .

I have set up a repository for many projects, and want to restrict both read and write access for each project to a group of people. Easy enough I would belive, but I end up with the users not being able to create tags or branches! They get an error :

    RA layer request failed
svn: Server sent unexpected return value (403 Forbidden) in response to PROPFIND request for '/repos/java'

Now if I give the user (rather the group the user belong to) read access to the repository root, everything works, but this is not what we want since we want to restrict read access to all the other projects! This seems like weird behaviour to me, any explanation?

Here is an abstract of our svn_access_file :

[/]
csvn = rw
@admin = rw

[groups]
admin = userx
fts_core = usery

[java:/]
@fts_core = r # This was needed to be able to tag within fts_core

[java:/fts_core]
@fts_core = rw

Geir
Received on 2008-09-05 19:29:42 CEST

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.