Basically I want to do the same thing as the fella over there.
It seems that everybody was thinking about server-side hooks (with all their evil potential).
It seems like AnkhSVN is being made to use TortoiseSVN's hook scripts, as there is a conversation about it being in the nightly builds. Also the daily updates seem to mention hooks (e.g revision 10870 and revision 10873.
Try getting a daily build and seeing the subversion options in Tools->Options->Source Control->Subversion Environment
in Visual Studio. If that doesn't work try opening Windows registry to HKEY_CURRENT_USER\Software\AnkhSVN\VisualStudio\
(where
should be 10.0 for you) and adding a string named EnableTortoiseSvnHooks
with the data True
, as mentioned in the above conversation link.