[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: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-06-22 19:23:23 CEST

Nuutti Kotivuori <naked@iki.fi> writes:
> 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?

Look at

   subversion/libsvn_repos/dump.c:write_revision_record()

and follow the variable `encoded_prophash', I think it'll be obvious
what to do.

-Karl

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