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

Re: [Issue 1692] obscure bugs in formatting of time/date strings

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2004-01-20 01:13:27 CET

kfogel@tigris.org wrote:
> http://subversion.tigris.org/issues/show_bug.cgi?id=1692
>
> ------- Additional comments from kfogel@tigris.org Mon Jan 19 10:20:21 -0800 2004 -------
> Putting in Post-1.0.
>
> Julian, do you know if the time strings we output are parseable by our new date
> parser?

[Moving discussion to the mailing list]

Are you referring to the time strings we output in general, or time strings that contain the obscure error addressed by this issue?

If the former, then it's a question for the date parser people and/or the whole community (but, at a quick try, it seems to work on head of trunk):

  ~> svn log -r"{2003-12-14 18:28:52 +0130}"
  ------------------------------------------------------------------------
  r55 | julianfoad | 2003-12-14 16:58:51 +0000 (Sun, 14 Dec 2003) | 1 line
  [...]

If the latter, broken time zone indicators like "-01-30" are not parseable by head of trunk:

  ~> svn log -r"{2003-12-14 15:28:51 -01-30}"
  svn: Syntax error in revision argument '{2003-12-14 15:28:51 -01-30}'

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 20 01:15:09 2004

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.