Basically I'm looking to fully integrate client-side pre-commit hooks inside Visual Studio with Ankh SVN. There is a question that has some guidance on the subject already: AnkhSVN client side pre-commit hook
My setup is as follows:
Visual Studio Basic 2008 - Version 9.0.30729.4462 QFE
AnkhSVN - 2.3.11266
TortoiseSVN - 1.7.7
Right now, my client-side pre-commit hook works if it's invoked outside of Visual Studio via Tortoise's folder options. I can't get the hook to invoke/process any files under source control from inside Visual Studio when I do a SVN commit though...
Here's my question: How do I tell Ankh to use any pre-commit hooks I've defined inside Tortoise's config though? Is there an option/screen I should be looking at?
Thanks in Advance!