[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-01-31 20:40:15 CET

On Thu, Jan 31, 2002 at 12:49:46PM -0600, kfogel@tigris.org wrote:
>...
> * svn/subversion/libsvn_wc/wc.h, svn/subversion/libsvn_wc/translate.c
> (svn_wc__friendly_date): New func.

Note that I opened up issue 614 to discuss date formats.

First off, we should fix APR to stop using such a nasty format -- it should
generate ISO 8601 dates. If that isn't acceptable, then we should stop using
APR's date string. End result is that we need to use ISO 8601 strings.

Second, we should stop passing around date strings. Everywhere possible, it
should be an apr_time_t. Only when it finally hits the user, would it be
converted to a string.

Cheers,
-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:01 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.