发送有关提交到 SVN 的电子邮件

发布于 2024-09-25 09:06:16 字数 49 浏览 7 评论 0原文

如何配置 Subversion 在我提交源代码时向所有开发人员和管理员发送电子邮件?

How to configure Subversion to send email to all developers and administrators when I commit source code?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笑叹一世浮沉 2024-10-02 09:06:16

如果您拥有 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文