sipickles
September 12th, 2010, 01:18 PM
Hi
I use subversion with post commit hook to send email when a team member commits.
It used to work flawlessly, but now, fairly frequently, no email is sent. Heres my script:
#!/bin/sh
REPOS="$1"
REV="$2"
/usr/bin/svnnotify -r $REV -C -O --smtp mail.btinternet.com --smtp-user rosebankgrove@btinternet.com --smtp-pass XXXXXXXX --subject-cx --subject-prefix "[Fenix Urth SVN/code]" -p $REPOS -t simon@fenixurth.net -t nicd@fenixurth.net --from svn@fenixurth.net
Is there any errors posted anywhere?
Thanks
I use subversion with post commit hook to send email when a team member commits.
It used to work flawlessly, but now, fairly frequently, no email is sent. Heres my script:
#!/bin/sh
REPOS="$1"
REV="$2"
/usr/bin/svnnotify -r $REV -C -O --smtp mail.btinternet.com --smtp-user rosebankgrove@btinternet.com --smtp-pass XXXXXXXX --subject-cx --subject-prefix "[Fenix Urth SVN/code]" -p $REPOS -t simon@fenixurth.net -t nicd@fenixurth.net --from svn@fenixurth.net
Is there any errors posted anywhere?
Thanks