svnvisualsvn-serversvn-hookspost-commit

Where can I find the file VisualSVNServerHooks.exe


I'm trying to activate the post-commit hook in SVN, and I don't have the file VisualSVNServerHooks.exe

where can I find it?

Thanks, Oded.


Solution

  • If everything is configured correctly, just use the full path in your hook script:

    %VISUALSVN_SERVER%\bin\VisualSVNServerHooks.exe"
    

    where VISUALSVN_SERVER is the install location of VisualSVN, set up as a path variable.


    VisualSVNServerHooks.exe should be installed with the rest of the install. I've just double checked it is included in the MSI install for version 2.0.2. Did you install the full version or just the management console?

    Rerunning the MSI should allow you to modify the install to the full version, and you should get the exe when you do so.