RE: Help with Mac repositry permissions
From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: Wed, 8 Sep 2010 10:53:00 +0100
>
Linedata Limited
-----Original Message-----
> From: Matthew Allen [mailto:fret_at_memecode.com]
Please respond to the list as well, usually by clicking on Reply-All. Also, don't top-post.
> Also the /Users folder perms is:
Now, there's your answer. The user that runs theweb server, _www, has permission to access /Users only becuase of the others permissions ______r-x.
You could change the ownership of /Users to _www but I guess the /Users contains also the home directories of your users so this woldn't be acceptable.
Why don't you create a directory directly under / owned by _www and access by _www only, for example
mkdir /repos
Check that the permission of /repos/Svn are still correct and then amend your web server configuration file so that the repository points to /repos/Svn and not /Users/Svn
Giulio
|
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.