发送有关提交到 SVN 的电子邮件
如何配置 Subversion 在我提交源代码时向所有开发人员和管理员发送电子邮件?
How to configure Subversion to send email to all developers and administrators when I commit source code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您拥有 SVN 服务器的管理员访问权限,则可以使用 SVN 的提交后挂钩,如 http://svnbook.red-bean.com/en/1.5/svn.ref.reposhooks.post-commit.html。要发送邮件,您可以在 Unix 机器上使用 mailx 命令。
If you have admin access to the SVN server, you can use the post-commit hook of SVN as described in http://svnbook.red-bean.com/en/1.5/svn.ref.reposhooks.post-commit.html. For sending the mail, you could use the mailx command on a Unix machine.