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

Re: Help with Mac repositry permissions

From: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Wed, 8 Sep 2010 02:12:34 -0500

On Sep 8, 2010, at 01:58, Erik Andersson wrote:

> Not really sure about mac..

It's UNIX.

> but what I would do in linux would be:
>
> sudo find /path/to/repo -type f -exec chmod 660 {} \;
> sudo find /path/to/repo -type d -exec chmod 2770 {} \;
> sudo chown -R root.www-data /path/to/repo

The user and group apache runs under on Mac OS X 10.5 and later is _www. (On 10.4 and earlier it is www.) Unless he changed it in httpd.conf.
Received on 2010-09-08 09:13:35 CEST

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.