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
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
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.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.