I have created a svn repository hook which will update a working copy on the server (main dev version) depending on directory. This is now working properly, but only if the working copy is owned by nobody. Problem with this is that with suphp enabled php files owned by nobody cant be executed.
I dont know how to get round this issue as the subversion hook will always run under the same user - nobody, but I need the hook to work as well as the files to be executable.