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
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? At the api level the lock command performs a callback per target to return the failure/success of each target,