Reputation: 1
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!
Upvotes: 0
Views: 1016
Reputation: 107090
Tortoise Client Side Hooks are only available when you use Tortoise which is why I don't like to implement them -- too client specific. They don't work if you use the Subversion command line client or built in IDE clients like AnkhSVN for VisualStudio or Subversive and Subclipse for Eclipse.
Upvotes: 0
Reputation: 43575
AnkhSVN has not implemented client-side hooks (yet?). That's a feature that's only available in TortoiseSVN.
But there's an open issue for this: http://ankhsvn.open.collab.net/issues/show_bug.cgi?id=453
Upvotes: 0