On Thu, Mar 19, 2009 at 11:56, Bill Smith <bill.smith_at_dynetics.com> wrote:
> 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.
I believe this came up a few weeks ago but I can't find it in the
archives. Subversion is adhering to the *NIX convention for directory
listings; dates within the last 6 months (I think) drop the year &
display the time, anything older than that shows the month, day &
year.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1356363
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-19 17:24:48 CET