[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: Bob Aiello <bob.aiello_at_FXALL.com>
Date: 2007-06-05 18:57:29 CEST

Hmmm... what is the purpose of setting the s bit
on the db for group?

chmod -R g+s reposname/db

Thanks for the help!

Bob

-----Original Message-----
From: Thomas Harold [mailto:tgh@tgharold.com]
Sent: Tuesday, June 05, 2007 12:50 PM
To: Bob Aiello
Cc: users@subversion.tigris.org
Subject: Re: permissions required for FSFS

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:57:45 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.