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

Re: svn commit: rev 1124 - trunk/subversion/libsvn_wc

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-02-01 01:45:26 CET

On Thu, Jan 31, 2002 at 05:43:43PM -0600, Karl Fogel wrote:
> Greg Stein <gstein@lyra.org> writes:
> > Here is a valid ISO 8601 date:
> >
> > 2001-11-21T09:15:56.423888Z
> >
> > That is the ISO 8601 form for a date that I just extracted from a
> > .svn/entries file.
>
> <Karl waves the Big Picture at Greg>
>
> Uh, well, fine, but then ISO 8601 is not useful for the problem we're
> trying to solve, which is that Subversion's internal date
> representation is not fit for human consumption.

Karl: I said we should be using that for the marshalling format (marshalling
mean store it to disk or on the wire, and we need to read it back at some
later point). And that we should use apr_time_t inside the code, wherever
possible, and that we would convert the values to strings only when
displayed to the user.

Right now, we store in a bogus format, and we pass around strings in many
cases, when we should be passing apr_time_t instead.

-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:02 2006

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.