[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

post-commit emails

From: Mayur Jobanputra \(V\) <MJobanputra_at_intrawest.com>
Date: 2006-06-05 23:34:08 CEST

I modified the $mailserver config to 127.0.0.1 in commit-email-win.pl to point to the local computer IP and as of yet still don't understand why the post commit emails aren't coming through. Everything else looks perfect on the SVN server.

 

Environment:

---------------------

Windows 2003 server, Tortoise SVN, Python

 

Already verified:

-----------------------

1. There is a post-commit.bat file in c:\svn\mysvn\hooks
2. emails.lst is specified correctly in commit-email-win.pl
3. The localhost SMTP server (IIS) is setup correctly and has the necessary smart host for our company network
4. The commit-email-win.pl has all the necessary parameters setup correctly
5. The log file is being correctly appended for each new commit.

 

 

My post-commit.bat file

----------------------------------

set > set1before.out

 

set REPOS=%1

set REV=%2

 

set > set1after.out

 

C:\Perl\bin\perl -w C:\svn\mysvn\hooks\commit-email-win.pl %REPOS% %REV% -l C:\temp\svnlook\commit-email.log -h 127.0.0.1 > perl.out 2<&1

svncommits@internaladdress.com -l C:\temp\svnlook\commit-email.log -h 127.0.0.1 > perl.out 2<&1

 

set REPOS=

set REV=

 

 

 

 

 

===========================
Mayur Jobanputra
AST Development - Buildmaster
Advanced Sales Technology group
phone: 604.647.0706
fax: 604.683.6778
cell: 604.787.9993
email: mjobanputra@intrawest.com
http://www.intrawest.com <http://www.intrawest.com/>
===========================

Confidentiality Warning: This message and any attachments are intended only for the use of the intended recipient(s), are confidential, and may be privileged. If you are not the intended recipient, you are hereby notified that any review, retransmission, conversion to hard copy, copying, circulation or other use of this message and any attachments is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail, and delete this message and any attachments from your system. Thank you.

Information confidentielle: Le présent message, ainsi que tout fichier qui y est joint, est envoyé à l'intention exclusive de son ou de ses destinataires; il est de nature confidentielle et peut constituer une information privilégiée. Nous avertissons toute personne autre que le destinataire prévu que tout examen, réacheminement, impression, copie, distribution ou autre utilisation de ce message et de tout fichier qui y est joint est strictement interdit. Si vous n'êtes pas le destinataire prévu, veuillez en aviser immédiatement l'expéditeur par retour de courriel et supprimer ce message et tout document joint de votre système. Merci.

 
Received on Mon Jun 5 23:39:50 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.