Jordan Chernev
Jordan Chernev

Reputation: 1

Ankh Tortoise SVN hooks?

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:

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

Answers (2)

David W.
David W.

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

Stefan
Stefan

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

Related Questions