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.
pre-revprop-change钩子脚本有什么方法可以知道修改前svn:log 的当前值是多少? 我知道钩子脚本作为标准输入接收预期的新值。但是我需要脚本在修改之前验证当前值是什么。
您可以使用
svnlook author|date|log -r<HEAD_REVISION> <PATH_TO_REPO>
要查找头部修订,您可以使用
svnlook youngest <PATH_TO_REPO>