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
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=
===========================
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.
|
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.