0

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?

cbm3384
  • 281
  • 1
  • 6
  • 14

1 Answers1

0

Hook executed under Apache and can't perform authorization in repo (tried to do it interacrively),

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110