[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: Crucius, Wesley <WCrucius_at_sandc.com>
Date: 2004-03-23 16:26:45 CET

Hmm... What I don't get is that's not even the file that I'm trying to add
when svn chokes. I guess I can understand svn choking on a date that's in
the future. I can easily fix the date on the file now that I see the
problem (THANKS!) as it's obviously wrong, but how is this generally handled
in version control systems?

Wes

-----Original Message-----
From: Philip Martin [mailto:philip@codematters.co.uk]
Sent: Monday, March 22, 2004 5:44 PM
To: Crucius, Wesley
Cc: 'users@subversion.tigris.org'
Subject: Re: Help: XML Parser error, Date Conversion failed

"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 16:28:23 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.