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

Possible date formatting error using svn list --Verbose

From: Bill Smith <bill.smith_at_dynetics.com>
Date: Thu, 19 Mar 2009 10:56:10 -0500

When I run "svn list -v -R abc\trunk\XXXXX" I get the following results
for some files - not all. The manifestation is some files show day and
year while others show day and time.

Example with incorrect format:

Y:\>svn list -v -R abc\trunk\XXXXX\SystemEngineering/XXXXX_SRS.doc

    100 user1 235008 Nov 14 15:45 XXXXX_SRS.doc (Actual year
is 2008)

Example with correct format using same command:

     10 user2 320512 Aug 15 2008 Planning/XXXXX_SDP.doc

 

Using svn log the date is always correct as to day and year

Y:\>svn log -r {2008-11-14}:{2008-11-15} abc

------------------------------------------------------------------------

r100 | user | 2008-11-14 15:45:13 -0600 (Fri, 14 Nov 2008) | 1 line

 

XXXXX-4: ICD and SRS Updated For Delivery 1 (No Redlines)

------------------------------------------------------------------------

 

Svn runs on a Windows 2003 server with Tortoise client.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-19 16:57:36 CET

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.