Apache & SVN on Ubuntu - Post-commit hook fails silently, pre-commit hook "Permission Denied"
- by Andy R
I've been struggling for the past couple days to get post-commit email notifications working on my SVN server (running via HTTP with Apache2 on Ubuntu 9.10). SVN commits work fine, but for some reason the hooks are not being properly executed.
Here are the configuration settings:
- Users access the repo via HTTP with the apache dav_svn module (I…