开发者

Send email on commit to SVN [duplicate]

开发者 https://www.devze.com 2023-01-17 05:09 出处:网络
This question already has answers here: How do I make Subversion (SVN) send email on checkins? (16 answers)
This question already has answers here: How do I make Subversion (SVN) send email on checkins? (16 answers) Closed 5 years ago.

How to configure Subversion to 开发者_如何学Gosend email to all developers and administrators when I commit source code?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消