My post-commit is not executing. There are no errors logged in Apache. The post-commit file owner/permissions are apache:apache -rwxrwxrwx and the code is:
#!/bin/bash
/usr/bin/svn update /home/MYWORKINGCOPY/public_html
The working directory owner is apache:apache. Lastly, executing the command from the post-commit file from the shell works properly. Any ideas?