SVN post commit hook:记录LaTeX文档中的页数?
我想记录我的 LaTeX 文档的页数如何随着时间的推移而增长。
我将 foo.tex 文件存储在我的 SVN 存储库中,因此我想我可以为此使用一个提交后脚本,该脚本会自动运行 LaTeX(每当更改为foo.tex
已提交),提取页数并将其写入日志文件。
这是正确的做法吗?关于如何最好地实施它有什么提示/建议吗?例如,如何设置它以便仅在提交 foo.tex
更改时调用脚本?
I would like to record how the number of pages of my LaTeX document grows over time.
I store the foo.tex
file in my SVN repository, so I'm thinking I can use a post-commit
script for that, which runs LaTeX automatically (whenever changes to foo.tex
are committed), extracts the number of pages and writes it into the log file.
Is that the right approach? Any tips / suggestions on how to best implement it? For example, how do I set it up so that the script is only called when changes to foo.tex
are committed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 Windows,
我不确定您将使用什么命令来实际设置 revprop...我仍在研究...
我认为在事务期间,该消息是只读的。
您可能必须延迟执行。
如果道具需要更新,
For windows
I'm not sure what command you would use to actually set the revprop... I'm still researching...
I think that during the transaction, the message is read-only.
You may have to delay-execute
if the prop needs updating.