Re: svn (un)lock commands succeed when pre-(un)lock hooks fail on svn 1.9

2015-08-22 Thread Gustavo Chaves
2015-08-22 21:22 GMT-03:00 : > Can you confirm that the file is locked after the command? (E.g. by > running svn status on the target) > > Does it lock the file when the hook blocks it… or does ‘svn lock’ return > success? > No, it doesn't. Look at these comnands, using svn 1.9, first without a h

RE: svn (un)lock commands succeed when pre-(un)lock hooks fail on svn 1.9

2015-08-22 Thread bert
Chaves Sent: zaterdag 22 augustus 2015 22:02 To: users@subversion.apache.org Subject: svn (un)lock commands succeed when pre-(un)lock hooks fail on svn 1.9 Hi there, It seems that svn 1.9 changed the behaviour of the "svn lock" and the "svn unlock" commands with regard

svn (un)lock commands succeed when pre-(un)lock hooks fail on svn 1.9

2015-08-22 Thread Gustavo Chaves
Hi there, It seems that svn 1.9 changed the behaviour of the "svn lock" and the "svn unlock" commands with regards to the fate of the corresponding pre-lock/pre-unlock hooks. Up to svn 1.8, when those hooks failed (exit code != 0) the commands (svn lock/unlock) failed too. Now, on svn 1.9, the c