I received the following error when committing via TortoiseSVN:
Error: post-commit hook failed (exit code 127) with output:
Error: /home/svnRepos/proj/Blah/hooks/post-commit: line 52:
/usr/share/doc/subversion-1.4.2/tools/hook-scripts/commit-email.pl: No
such file or directory
...
I looked into this and noticed that there is now the following path: /usr/share/doc/subversion-1.6.11/tools/hook-scripts/
In that folder there is a commit-email.rb file.
Any chance you might know why our SVN is trying to look back in the 1.42 folder when sending out the email hook?
Any other suggestions about how to solve this problem are greatly appreciated.