I wrote a short hook-script to change the author name for each commit that I make (post_commit_hook) in my repository.
When I commit the project through Visual Studio 2015 it will not run the hook scripts. I know that this is not the best practice solution, but it's the best that I can do right now. When I commit the project outside of the Visual-Studio environment the hook script is running as expected. How can I make the commits from Visual Studio run the hook-script?
I am using AnkhSVN for source control support for Visual Studio.