Product: VisualSVN Server Standard Version: 2.1.2 OS: Windows XP SP3 I am trying to use a pre-commit hook to enforce the lock-modify-unlock model and I have run into a brick wall. It seems that the VisualSVN Server (or TortoiseSVN) is NOT responding properly to an error exit from the pre-commit hook.
To prove this to myself I created a pre-commit.cmd with the hooks manager that contained only one command: exit /b 1 If I understand this correctly, this should block any commits. Right? Instead, commits are still excepted. I'm I doing something wrong? -jbstegman

