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

Bug: Checkout modifies the "Modify Time" of the file

From: vinay i <vinay.indresh_at_gmail.com>
Date: Mon, 13 Oct 2008 15:17:43 +0530

Hi
I am trying to get the information of subversion files. When I do "svn
export filename" it retains the last modified time and displays it
correctly. But when I check out the file the "Modify Time" displayed is
erroneous.

Exported file details
==============
stat hi.mk
           Name: "hi.mk"
           Type: Regular File
           Size: 0
         Blocks: 0
           Mode: -rw-rw-r-- (100664)
          Owner: indreshv (23426)
          Group: indreshv (23426)
         Device: 288, 1664 (0x04800680)
          Inode: 2541484
          Links: 1
      Blocksize: 8192
    Access Time: Mon Oct 13 15:00:56 2008
    Modify Time: Fri Oct 10 14:26:23 2008
  Status Change: Mon Oct 13 15:00:56 2008

Checked out file details
=================
 stat etc/hi.mk
           Name: "etc/hi.mk"
           Type: Regular File
           Size: 0
         Blocks: 0
           Mode: -rw-rw-r-- (100664)
          Owner: indreshv (23426)
          Group: indreshv (23426)
         Device: 288, 1664 (0x04800680)
          Inode: 2541502
          Links: 1
      Blocksize: 8192
    Access Time: Mon Oct 13 15:05:57 2008
    Modify Time: Mon Oct 13 15:05:57 2008
  Status Change: Mon Oct 13 15:05:57 2008

-- 
I Vinay
Phone:+919000212127
Received on 2008-10-13 11:48:06 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.