This text is a work in progress—highly subject to change—and may not accurately describe any released version of the Apache™ Subversion® software. Bookmarking or otherwise referring others to this page is probably not such a smart idea. Please visit http://www.svnbook.com/ for stable versions of this book.
pre-commit — 提交即将完成的通知.
pre-commit
REPOS-PATH
TXN-NAME
钩子 pre-commit 在提交事务即将生成一个新的版本号之前被调用. 它的典型用法是禁止内容不符合要求的提交 (例如你的公司可能要求所有 的提交日志消息都要包含来自问题跟踪系统的单号, 或者要求日志消息不 能为空).
如果钩子 pre-commit 的退出值不为零, 提交过程就会中止, 提交事务
也会被销毁, 任何打印到 stderr
的信息都会返回
给客户端.