问题描述
我正在使用一个Subversion存储库,我想知道何时有人要求我的存储库进行结帐;例如"svn co"或"svn up".每当有人从我的svn服务器请求信息时,我是否可以使用钩子或其他方法来运行脚本或发送电子邮件?如何不依靠apache日志来实现这一目标?
I'm using a subversion repository and I want to know whenever somebody asks my repository for a checkout; like a 'svn co' or an 'svn up'. Is there a hook or some other method that I can use so that a script is run, or email sent, whenever somebody requests information from my svn server? How can I achieve this without relying on apache logs?
顺便说一句,它是一个非常简单的存储库,仅用于教育目的.
BTW it is a pretty simple repository just meant for Educational purposes.
(如果您需要更多信息,请询问.在此先感谢.)
(If you need more information then just ask. Thanks in advance.)
推荐答案
以下是具有Subversion的版本控制本书:
- 开始提交
- 预提交
- 提交后
- revprop-change
- 更新后更改
- 预锁定
- 后锁
- 预解锁
- 解锁后
没有您所描述的预结帐或更新前的钩子.
There is no pre-checkout or pre-update hook like you describe.
这篇关于是否有Subversion Checkout Hook或类似的东西?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!