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

Re: Date of revision number

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-02 06:50:31 CEST

On May 1, 2005, at 11:43 PM, Maarten van der Veen wrote:

> I'll look into the problem.
>
> Another thing, running the command:
>> svn propget --revprop -r 2065 svn:date
> 2005-04-25T08:25:04.075143Z
>
> How do I read this date?
> It looks like: 2005-04-2 08:25:04
>

That's correct. It's the raw datestamp (in a standard ISO format)
stored in the revision property called 'svn:date'. Perhaps an easier
command would just be:

    svn log -r2065 URL-of-repository

...which shows the same datestamp translated into more human-friendly
language.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 2 06:53:22 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.