SVN hooks for Windows
问题 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. 回答1: Prevent commits with empty comments pre-commit prevents commits with empty comment Source: "c:\Program Files\Subversion\bin\svnlook.exe" log -t %2 %1 | FindStr [a-zA-Z0-9] IF