I'd like to avoid creating svn mergeinfo property on anything but the root of branches. We have a trunk branch and some other branches.
Assuming I know absolutely nothing about svn triggers, what steps do I need to follow to setup a pre-commit hook that prevents additions of mergeinfo properties to anything but the root of branches?
The trunk is located in the repository's base "/trunk", and all branches are in "/branches/foo"