We have a subversion setup like /var/svn/repoA, /var/svn/repoB, /var/svn/repoC etc. We use Redmine for project management.
To automate some tasks like updating Redmine projects, we are using subversion post-commit hook.
As we have multiple repositories for multiple projects, when we need to implement a common hook for all projects in redmine, we edit all post-commit hooks inside multiple repositories. Definitely this is getting annoying and problematic.
I am trying to figure out if it is possible (and if so, how) to use a single post-commit hook for all the repositories.
Thanks.