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

Re: Another person with permission problems, only locally though

From: Todd A. Jacobs <tjacobs-tmp-1076374794.646784_at_codegnome.org>
Date: 2004-02-05 01:59:53 CET

On Wed, 4 Feb 2004, Todd Eddy wrote:

> denied errors. so I go and chmod g+w the whole testrepo dir and it
> works (I added my user to the svn group, which is the group owner of
> it). but I don't want to keep chmoding every new repository I make.

Set the SGID bit on the toplevel directory you'll be putting respositories
in:

    chmod g+s <directory>

Each new file or directory created should then belong to the group which
owns that toplevel directory.

-- 
Todd's "Customer Disservice Hall of Shame" currently contains:
    - Charter Communications: Mislead their customers about service
      levels, block normal Internet connectivity, and exhibit excessive
      downtime.
    - AT&T: Honoring the "checks" they send out to entice you to switch
      long-distance providers is apparently optional.
    - eFax: Receive (not send) 20 pages of *unsolicited* faxes, and lose
      your account.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 5 02:07:29 2004

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.