Hello! I've been having trouble getting my own pre-revprop-change hook script to work. Svn was refusing any change to a revprop with the following error: ________________________________________ svn: E165001: Revprop change blocked by pre-revprop-change hook (exit code 1) with no output. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Until I found out that the issue was in the script's shebang: #!/bin/bash -e which wouldn't work. Had to remove ' -e'. Is this expected behaviour or is there something wrong with svn (version 1.9.4 (r1740329) on Linux/x86_64) ? Thanks, DN