Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
什么是 SVN 预提交的最佳脚本只允许包含以下字符串的提交
第 1234 期
这是为了帮助我们的构建系统在与 svn 存储库交谈时标记我们的错误系统中的票证
就像是
如果评论包括
然后提交
否则
失败“请输入问题”
这是一个 SVN linux 配置
在http://blog.grimsy.net/2008/07/a-few-svn-pre-commit-hooks/中有一个很棒的预提交日志条目查询示例