To answer my own question (I was able to find it on the web):

chgrp www-data -R /path/to/tracks_dir/tracks-local/log
chgrp www-data -R /path/to/tracks_dir/tracks-local/tmp
chmod 744 -R /path/to/tracks_dir/tracks-local/tmp
chmod 744 -R /path/to/tracks_dir/tracks-local/log
chmod 0666 /path/to/tracks_dir/tracks-local/log/*
find /path/to/tracks_dir/tracks-local -name *.rb | xargs chmod 755
find /path/to/tracks_dir/tracks-local -name *.*cgi | xargs chmod 755

Stephen

On Jan 12, 2008, at 4:05 PM, Stephen Boulet wrote:

> When you pull down the latest trunk, subversion seems to set the file
> ownership to the user who executed the subversion command.
>
> What ownership/permission changes are needed to get tracks working on
> apache.
>
> I'm a little mad at myself since I had a script to do this which I
> lost ...
>
> Stephen
> _______________________________________________
> Tracks-discuss mailing list
> [email protected]
> http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss

_______________________________________________
Tracks-discuss mailing list
[email protected]
http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss

Reply via email to