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

Re: commit-email.pl date format in non-US locales

From: John Peacock <jpeacock_at_rowman.com>
Date: 2007-04-16 22:32:23 CEST

Guillermo Rodriguez Garcia wrote:
> Hello,
>
> I think we've found a problem when using commit-email.pl in a non-US
> locale. The script generates a SMTP Date: header as follows:

Ick, this script is using Net::SMTP instead of some module that helps
you actually send an e-mail (Net::SMTP is really a protocol module). I
can rewrite it to use Mail::SendEasy in two shakes of a lambs tail, if
the additional external dependency doesn't offend anyone. That would
probably simplify the attachment handling anyways.

Of course, I would recommend using SVN::Notify myself:

   http://search.cpan.org/search?query=SVN%3A%3ANotify&mode=all

and I'm not just saying that because I am maintaining three subclasses
of it... ;-)

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 16 22:32:25 2007

This is an archived mail posted to the Subversion Dev mailing list.

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