Windows Pre-commit hook for comment length Subversion
This is a .bat file to require there is a comment. It checks for the existence of at least one character in the comment. @echo off :: Stops commits that have empty log messages. @echo off setlocal rem Subversion sends through the path to the repository and transaction id set REPOS=%1 set TXN=%2 svnlook log … Read more