Hello all, After updating from 1.7.3 to 2.0.6 today my commits are blocked by the server.
It returns following error: Command: Commit Adding: C:\temp\path\to\repo\test <real path removed> Error: Commit failed (details follow): Error: Commit blocked by pre-commit hook (exit code 1) with output: Error: 'VisualSVNServerHooks.exe' is not recognized as an internal or external command, Error: operable program or batch file. Finished!: A change in this version was to run as the Windows credential "NT AUTHORITY\NetworkService", so I tried running it as Local System (and get the same error). 1. Is it best to provide the NT AUTHORITY\NetworkService user privilages to the folder (..\VisualSVN Server\bin) where VisualSVNServerHooks.exe resides. 2. Is it possible to use my own admin credential as a workaround? ps. - I am just using the 'supported hook': "VisualSVNServerHooks.exe case- insensitive -t%2 %1" - I am using TortoiseSVN 1.6.5, Build 16974 - 32 - The user committing the new revision is a domain user and a member of the Local Administrators Group (ie not a domain administrator). Many thanks in advance,