On Tue, Apr 17, 2007 at 04:17:07PM -0400, H.S. wrote: > > Hello, > > I have been trying to find some how-to or instructions on setting up > subversion such that the repositories have group access. For example, > users of "GRP1" group may be able to access repositories created by > anyone from that group. Also, a user from that group may also administer > the group repositories. So far, it appears that apache2 is used by many > people to achieve something like this. I would prefer not using apache > (or postgresql). If all this can be done by using svnserver and ssh > alone, that would ideal. But this is the first time I am investigating > this, so comments and advice are welcome. > What I do, is create a separate repo for each project under /srv/svn. Let's say the project name is foo. Then I make the permissions on /srv/svn look like this "root:svnusers 2750 (or drwxr-s---)".
Then I create the project repository like this `svnadmin create --fs-type fsfs /srv/svn/foo`. Because of the permissions on /srv/svn, foo gets created with "root:svnusers 2755 (or drwxr-sr-x)". If you want more than one group of svnusers (say svnusers1 and svnusers2), then it is probably best to have everyone be a member of svnusers and then the appropriately numbered group for whatever projects they are on. The, you can take away read and execute permissions on foo and change the group to the numbered group you want. To make it so that group members can write to the repository, change into /srv/svn/foo and then execute `chmod -R g+w db/`, which will make it such that members of the group can commit to the repository. Regards, -Roberto -- Roberto C. Sánchez http://people.connexer.com/~roberto http://www.connexer.com
signature.asc
Description: Digital signature