I have a centos6 linux server that hosts the svn repository (version 1.6.11 (r934486)), accessible via DAV via Apache. To access the repo, I use the windows tortoise-svn 1.7.12 client.
I have an extremely simple test capture that will always fail.
echo "this is a test" exit 1
Attempts to fail using
Sending content: D:\code\foo\test.c Error: Commit failed (details follow): Error: Commit blocked by pre-commit hook (exit code 1) with no output. Completed!:
I expected to see βthis is a testβ on my client, but I get a pre-commit hook that exits without output. hooks / pre-commit is executable and dispatches the expected result when manually launched on the linux server.
Any pointers to what I am missing?
source share