I am trying to configure the built-in post-commit hook for VisualSVN Server. I configured the post-commit script directly through VisualSVN Server Manager and it is as follows:
"%VISUALSVN_SERVER%\bin\VisualSVNServerHooks.exe" ^
commit-notification "%1" -r %2 ^
--from aaron@posscribble.com --to aaron@posscribble.com ^
--smtp-server mail.posscribble.com
The post-commit fails with the following error message:
Can someone help me understand why VisualSVN is referencing the C:\Development\Source\format path? I have also tried replacing the environment variable (i.e. %VISUALSVN_SERVER%) with the direct path to the directory where VisualSVNServerHooks.exe is located to no avail. What am I doing wrong here?