SVN interceptors stopped working suddenly

Our hooks stopped working suddenly. Everything worked fine and suddenly stopped - there were no updates for env. whatever.

To add to this, hook works when executed as an apache user in a shell, but not when committed through apache http.

All prvilages are beautiful, and as I wrote above, everything worked perfectly with the same settings ... any ideas?

subversion ver: 1.6.6 apache ver: 2.2.3

i.e. this is the hook we are testing:

#!/bin/sh
/bin/touch /tmp/svn-hook-worked
+3
source share
1 answer

OK, so the problem is related to something else, but somehow related.

/dev/null syslog-nd , /dev/null root, svn , .

, /

0

Source: https://habr.com/ru/post/1777641/


All Articles