I did a little googling and found that there isn't really a resource of SVN hooks for Windows. So I figured I'd start a wiki here to centralize it.
If you contribute, please be sure to indicate:
- The name of the hook
- What the script does
- The actual script
NOTE: I suspect posting an epic script will not be useful.
This hook prevents commits to a specific branch
(branch-16E in this case):
I started a repository of hooks using C#. My first hook was one to send check in notices to a RSS feed: SubversionRss I'm currently working on one post-commit hook to send check in notices to a Twitter feed.
For the .NET developers using Subversion on Windows, Phil Haack posted about CaptainHook.
The project is hosted at Source Forge