We have a server whose SVN repos are accessible either via SVN+SSH or SAMBA. I already created:
- a shell script to send email (it works when executed by itself),
- a shell script based on the
post-commit.tmpl
in<repo path>/hooks/
which I namedpost-commit
(executable by all)
I even added a touch
command within each script just so I can determine that a script actually ran.
Unfortunately, it turns out that the post-commit
script itself doesn't execute. I'm not sure if it's the setup, being SVN+SSH. I checked the server and there is no running svnserve
process (not sure if this is relevant).