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 <f...@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
>
>

Reply via email to