Re: [Linux] Hook hashbang hardships

2016-10-14 Thread Branko Čibej
On 14.10.2016 14:58, Andrew Reedick wrote: >> 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

RE: [Linux] Hook hashbang hardships

2016-10-14 Thread Andrew Reedick
> 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

Re: Fwd: [Linux] Hook hashbang hardships

2016-10-12 Thread Branko Čibej
[switching back to users@] On 12.10.2016 12:04, Dario Niedermann wrote: > Il 12/10/2016 alle 11:29, Stefan ha scritto: > >> Forwarding messages to the dev list is not really considered good >> practice. > The community guide on Subversion's website says it's OK to ask on > dev@ if a report on a

Re: [Linux] Hook hashbang hardships

2016-09-27 Thread Ralph Seichter
On 27.09.2016 12:59, Dario Niedermann wrote: > 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) ? Why would

[Linux] Hook hashbang hardships

2016-09-27 Thread Dario Niedermann
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.