How to config SVN for send email to all developer and administrator when I commit source code? If you know. Please help me.
Thanks and best regards.
How to config SVN for send email to all developer and administrator when I commit source code? If you know. Please help me.
Thanks and best regards.
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.