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

Re: repository permissions

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-09-30 10:10:33 CEST

On Mon, Sep 30, 2002 at 09:32:35AM +0200, Michael Wood wrote:
> On Sat, Sep 28, 2002 at 04:51:55PM +0200, Wolfgang Schnerring wrote:
> > Hello !
> >
> > Is there a way to give more than one user write access to a repository
> > ? I've tried making the repository-files group-writable, but as soon
> > as one user writes to it, any other users trying to write or even read
> > from the repository are out of luck.
> [snip]
>
> Try:
>
> # chgrp yoursvngrp /path/to/repos; chmod g+s /path/to/repos

And the users should set their umask to 002 to ensure that any files created
have the proper perms.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 30 10:10:37 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.