Question

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.

Was it helpful?

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.

OTHER TIPS

Yes, I've just checked my install - its located in c:\program files\VisualSVN Server\bin directory.

What version are you installing?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top