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

Error during checkout - svn: Date parsing failed

From: Greg Goodrich <ggoodrich_at_medinotes.com>
Date: 2004-05-16 19:06:28 CEST

I've been trying to convert from VSS to Subversion, and I've followed
the advice given on this mailing list for doing a "svn propset svn:date
--revprop" command to preserve the dates of my VSS modifications.
However, now that it appears that I'm getting the appropriate dates
submitted via this command, I now get errors when trying to do a
checkout. The errors are as follows:

$ svn checkout http://pegasus/svn/dev3/trunk/Charting
A Charting/MediTools
svn: In directory 'Charting/MediTools'
svn: Error processing command 'modify-entry' in 'Charting/MediTools'
svn: Date parsing failed
$
$ svn log http://pegasus/svn/dev3/trunk/Charting
svn: Date parsing failed
$
$ svn propget svn:date --revprop -rHEAD http://pegasus/svn/dev3/
'1998-05-22T07:45:00.000000Z'
$ svn propget svn:date --revprop -r1 http://pegasus/svn/dev3/
'1997-01-01T00:00:00.000000Z'
$ svn propget svn:date --revprop -r2 http://pegasus/svn/dev3/
'2004-05-16T07:31:29.918917Z'

Hmm, as I run these test commands to put more info on this email, I
noticed that last command returned a current date rather than a
historical one. Maybe that is the problem here. I'll post this anyhow,
just in case, and then post a follow-up if after fixing this issue it
still fails.

TIA

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun May 16 19:07:12 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.