[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: Erik Andersson <kirean_at_gmail.com>
Date: Wed, 8 Sep 2010 08:58:47 +0200

Hi

Not really sure about mac.. 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

How do you remove the global permissions?

What error message do you get?

Cheers / Erik

On Wed, Sep 8, 2010 at 8:40 AM, Matthew Allen <fret_at_memecode.com> wrote:

> Hi I started a serverfault question about mac svn repo permissions:
>
> http://serverfault.com/questions/171647/what-are-the-correct-usergroup-for-a-mac-svn-apache-install
>
> But haven't got any response yet, anyone on here care to help?
>
> Regards
> --
> Matthew Allen
>
>
Received on 2010-09-08 08:59:24 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.