I know how to enable Server side hooks in Tortoise SVN, but the problem is that I want to have hooks which are like "global", e.g. every repository on the server should use the global hooks.
I have a hook which has to be included in every repository - I could now copy the hook by hand in every repository, but I want to know if it's possible to declare something like a global hook, so that there is just one place where the hook exists.
Any suggestions? Is this even possible?