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

Access rights based on groups

From: Søren Juul <zpon.dk_at_gmail.com>
Date: Sun, 5 Oct 2008 11:17:14 +0000 (UTC)

Hello

I have set up a svn repository on a server, on which all the users which should
have read/write access is divided in five groups, I have tried to change the
access by using setfacl and ended up with something like this

    getfacl DIRECTORY
    # file: DIRECTORY
    # owner: USER
    # group: GROUP
    user::rwx
    user:USER:rwx
    group::rwx
    group:GROUP1:rwx
    group:GROUP2:rwx
    group:GROUP3:rwx
    mask::rwx
    other::---

This works fine at first, but when one my group commit, everybody from all other
groups are no longer allowed to commit, why could this be? Could it be something
with the rights in repository/db?

Maybe I should mention that the server is at my university, so there are things
I do not have access to change, and that the connection to the server is done
via ssh

-- 
Med venlig hilsen / Kind regards
Søren Juul
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-05 17:52:47 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.