The EMailSubjectTag "[svn]" is not being sent in the subject line of the emails SubversionNotify is sending. Again, I am running a Win2003 SBS - is anyone aware of a solution? Or do I have something figured improperly?
Thanks in advance for any help!
Brett
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here's a copy of my the applicable portion of my CFG file. I am running SubversionNotify 1.4.5.3 downloaded here from Sourceforge.
<subversionNotifyConfig xmlns="http://www.mckechney.com/SubversionNotifyConfig.xsd" LoggingLevel="DEBUG">
<SVNConfig ExePath="C:\Program Files\Subversion\bin\svnlook.exe" />
<MailServer Name="mydomain.local" Username="" Password="" EMailSubjectTag="[svn]" ADGlobalCatalog="mydomain.local" FromAddress="" />
The EMailSubjectTag "[svn]" is not being sent in the subject line of the emails SubversionNotify is sending. Again, I am running a Win2003 SBS - is anyone aware of a solution? Or do I have something figured improperly?
Thanks in advance for any help!
Brett
Try changing the "EmailSubjectTag" to "CustomSubjectFormat"
Something like:
<MailTo EMailAddress="julio@address.com" EMailType="Simple" EMailSuppressionChar="~" CustomSubjectFormat="[Subversion-Commit] #revision# - #fileNames#"/>
Regards.
Julio Saucedo
I had thought about changing that field ... same result from the end users' perspectives, no doubt!
Thanks for the advice and super fast response.
Regards,
Brett