Hi,I am on the latest version of Tortoise SVN (1.9.7.27907) and I added a client-side post-commit hook. The hook is getting triggered whenever I have a successful commit. However, when I get an Access Forbidden error, the hook isn't triggered.
I don't know if this is a bug or not, but if not, is there any way to capture an Access Forbidden message in a hook please?
On Saturday, October 28, 2017 at 10:13:20 AM UTC+2, Duncan Portelli wrote:Hi,I am on the latest version of Tortoise SVN (1.9.7.27907) and I added a client-side post-commit hook. The hook is getting triggered whenever I have a successful commit. However, when I get an Access Forbidden error, the hook isn't triggered.Since it's a post-commit hook, it only gets triggered if the commit is actually done.If the commit fails, there is no commit, and therefore no 'post-commit'.
I don't know if this is a bug or not, but if not, is there any way to capture an Access Forbidden message in a hook please?What do you want to do in your hook?
Stefan