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

Re: SVNNotify - not setting date in header

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 20 Jun 2011 22:17:31 +0300

Miguel Almeida wrote on Mon, Jun 20, 2011 at 15:02:27 +0100:
> I tried adding the following, but with no success (I must be passing
> the date wrongly):
> --add-header date=`date -R`

--add-header Date="`date -R`"

FWIW, 'date -R' is not portable; I think the portable version is
   LC_ALL=C date +"%a, %d %b %Y %H:%M:%S %z"

>
> Any help appreciated,
>
>
> Miguel Almeida
>
Received on 2011-06-20 21:19:42 CEST

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

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