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

Re: Help: XML Parser error, Date Conversion failed

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-03-23 00:43:32 CET

"Crucius, Wesley" <WCrucius@sandc.com> writes:

> Does anyone see what's wrong?

<entry
   committed-rev="84"
   name="ABSACC.H"
   text-time="2038-01-19T03:14:07.000000Z"
   committed-date="2004-03-22T20:09:30.607422Z"
   checksum="6cb981428d92cf223c997c5be9b99b6e"
   kind="file"
   revision="84"/>

APR is rejecting the text-time but I think it should accept it and
convert it to 0x7fffffff.

$ perl -e '@x=gmtime 0x7fffffff;print "@x"'
7 14 3 19 0 138 2 18 0

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 23 00:44:03 2004

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.