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

Re: Right time to change to ISO-8601?

From: Nuutti Kotivuori <naked_at_iki.fi>
Date: 2002-06-22 17:12:09 CEST

brane@xbc.nu wrote:
> Nuutti Kotivuori wrote:
>> Should 'svnadmin dump' convert timestamps to a canonical form at
>> dumping? So a dump & load would fix the timestamps?
>>
> +1

Karl Fogel wrote:
> Nuutti Kotivuori <naked@iki.fi> writes:
>> Should 'svnadmin dump' convert timestamps to a canonical form at
>> dumping? So a dump & load would fix the timestamps?
>
> I think that's all we need, since we know we have a dump/load coming
> up anyway. That way the conversion code would be only in the
> dumper, and only temporarily.

OK, sounds like a consensus.

But I fear I might be needing some help here. The 'svn:date'
properties are properties of the revision objects, right? Now I wonder
where in the dumper I could catch the writing of the revision
properties, match them against 'date', and then do a svn_time_from_nts
-> svn_time_to_nts conversion on that?

-- Naked

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 22 17:14:33 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.