Hi,
I have a client side pre-commit-hook.
I have made a really simple example of just two files. In my repository I have the following files.
branches\feature\test\test\test\New Text Document.txt
hooks\client\test\test\run.js
On the repository root I have the following property:
When making changes in the txt-file and committing on root level, everything works as expected, the script is executed, and the commit is completed.
When comitting on the txt-file or a low folder level (as in right clicking on the txt-file):
I get the following error:
As can be seen the path is all weird and mixed, the path is first the branch followed by the path to the hook-script.
This worked in 1.12.2, and stopped working when I upgraded to 1.14.0. I honestly havent tested nightly, as the build failes for x64, and I dont have access to a 32 bit machine.
Any help is greatly appreciated.
--
Jens