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

Re: date format opinions

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-06-13 05:39:03 CEST

Garrett Rooney <rooneg@electricjellyfish.net> writes:
> according to some of the FreeBSD developers at USENIX, one of the many
> things that annoy them about cvs is that cvs cannot parse the date
> format used in 'cvs log', and apparently neither can ours at the
> moment. it would be nice if it could in the future.

Absolutely it should.

But I'm surprised, because the dates used by cvs log look like this:

    2000/11/07 19:13:09

and our dates look like this:

   Wed 12 Jun 2002 15:06:29

... both of which should be handled fine by getdate().

So I tested... CVS parses its own dates just fine, and parses ours too
(I don't know what the FreeBSD developers experienced). Subversion,
on the other hand, parses neither :-)

   subversion/clients/cmdline/main.c:894
   svn_error: #21114 : (Client error in parsing arguments)
     Unable to parse "Wed 12 Jun 2002 12:07:56"

Looks like we've got some catching up to do!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 13 05:44:52 2002

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.