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

Re: svn list -v date formats are different in 1.4.5 V/s 1.5.4

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 5 May 2009 08:56:31 -0400

On Tue, May 5, 2009 at 05:05, Sachidanand Shukla <shukla.68_at_gmail.com> wrote:
> Hi
> We installed svn 1.4.5 as first SVN version on our servers and then it got
> upgraded to 1.5.4. I upgraded repositories as well.
> Now i encounter a problem of change in date format between the commits
> during these different versions:
> svn list -v -R file:///u000/subversion/repos/GSDB/build/gsdb_43_cit |grep
> Oct
>     100 sa185057        11320 Oct 23  2008 web/jsp/sprod/xyz.jsp
> svn list -v -R file:///u000/subversion/repos/GSDB/build/gsdb_43_cit |grep
> Nov
>     104 sa185057         6611 Nov 04 08:17
> web/java/com/ncr/gsdb/report/abc.java
>
> I upgraded the SVN on October 28 2008 (between Oct 23 and Nov 04).
> Is there any way to make the formats similar?

The date format didn't change. What you're seeing is the *NIX
convention for displaying older dates in directory listings; for dates
more than I think 6 months in the past, it just shows the month, day
and year. For more recent dates, it shows the month, day & time.

Run a regular "ls -l" on a directory on your system and you'll see the
same behaviour.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2069156

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-05 14:57:44 CEST

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.