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

Re: permissions required for FSFS

From: Thomas Harold <tgh_at_tgharold.com>
Date: 2007-06-05 18:50:14 CEST

Bob Aiello wrote:
> For a linux based FSFS repository, what are
> the minimum permissions required for access
> by members of a group?

I use the following

# cd /var/svn
# svnadmin create /var/svn/reposname
# chmod -R 770 reposname
# chmod -R g+s reposname/db
# chown -R owner:svngroup reposname

I then assign all users to "svngroup" which gives them read-write access
to the repository. We don't do path-based authentication (yet) or use
any other access method other then svn+ssh.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 5 18:50:47 2007

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.