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 服务器,使其不接受提交?
PS:我使用 TortoiseSVN 作为客户端,使用svnserve,版本 1.4.2 (r22196) 作为服务器(分发默认可用)。
是的,您需要查看预提交挂钩。这个 SO question 可能会对您有所帮助:
如何在 VisualSVN 服务器中要求提交消息?
要么使用预提交挂钩脚本(适用于所有 svn 客户端,因为检查是在服务器上完成的),要么设置 tsvn:logminsize 属性(仅适用于 TortoiseSVN)。