Re: Access rights based on groups
From: David Weintraub <qazwart_at_gmail.com>
Date: Sun, 5 Oct 2008 16:18:41 -0400
Are you modifying the permissions on the repository? You should never
If you use ssh+svn, you use the server's built in user database for
If I remember correctly, you're suppose to put all of the Subversion
It is possible using http to do this, but I've never done it. Instead,
I wrote my own Perl pre-commt access control hook because I didn't
The current Python hook in Subversion's Subversion repository
If you use either my hook or the official Python version, you should
-- David Weintraub qazwart_at_gmail.com On Sun, Oct 5, 2008 at 7:17 AM, Søren Juul <zpon.dk_at_gmail.com> wrote: > 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 > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-10-05 22:19:11 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.