0

we have installed subversion in cent os linux, we use svn notify for commit emails, our problem is the o/p of commit mails in mail clients like thunderbird and outlook express are fine. Whereas if we view the same commit mails on Microsoft outlook 2007 and outlook 2010, the commit mail is in incorrect format. Any idea to solve this. Please help us..

AS far as we are concerned this is the better mailer for SVN in linux than any other. If there is any other better mailer for linux then pls do let me know

Thanks, j

1 Answers1

0

As said in this answer, you'd better use the post-commit hooks to send mails in the format that suits your needs. You'll have better control on things such as formatting using such a solution.

You can find on the SVN doc a sample script (commit-email.rb) that sends an email after each commit:.

Community
  • 1
  • 1
Yannick Blondeau
  • 9,465
  • 8
  • 52
  • 74