Le 12/01/2011 15:46, fuzzy_4711 a écrit :


Do apache needs to have RW on /var/svn/disi/* ?
for now it is user svn only
Yup, you got it.
Put your apache user into group svn. And give those rights recursive to
your repository directory.

drwxrwsr-x 7 apache svn .....   repository/

-fuz
I was wondering in the details of write access to the repository subdirs and files I'am afraid of doing a "chmod -R 775 repository/*" for security reasons ! perhaps I'am wrong ?

I fine grained permissions on repo/db , seems to work this way:

find /var/svn/disi/disi_pj2/db/ -type d -exec chmod 775 {} \;
find /var/svn/disi/disi_pj2/db/ -type f -exec chmod 664 {} \;

is there a recommended chmod to be done on the repo structure ?

Reply via email to