bugConcurrent Versions System - Bugs: bug #16720, Wrong file timestamp after cvs...

 
 

bug #16720: Wrong file timestamp after cvs commit under cygwin

Submitter:  Stan Pinte <stanpinte>
Submitted:  Thu 01 Jun 2006 08:13:12 AM UTC
   
 
Category:  Bug Report Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Release: 
Fixed Release:  None Fixed Feature Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 01 Jun 2006 08:28:46 AM UTC, comment #2: 

Actually, it is not only the $date...$ cvs macro, but all other cvs macros.

Stan Pinte <stanpinte>
Thu 01 Jun 2006 08:14:47 AM UTC, comment #1: 

Using tortoise CVS, it is even worse, as both Access and Modify time showed by the stat command are 12 minutes in the future

Stan Pinte <stanpinte>
Thu 01 Jun 2006 08:13:12 AM UTC, original submission:  

The problem occurs when:
- a file is under cvs (1.11.17 cygwin) control
- this file contains the $Date: ... $ macro

After making changes with the file using any text editor, the stat command gives the following output. The "Modify" time after the commit is 12 minutes in the future.

[general]> stat testcvs.txt
  File: `testcvs.txt'
  Size: 20              Blocks: 1          IO Block: 1024   regular file
Device: a1775a11h/2708953617d   Inode: 15199648742382300  Links: 1
Access: (0644/-rw-r--r--)  Uid: ( 1005/    stan)   Gid: (  513/    None)
Access: 2006-06-01 10:10:37.897979000 +0200
Modify: 2006-06-01 10:10:37.897979000 +0200
Change: 2006-06-01 10:10:37.897979200 +0200
[general]> cvs commit -m "test3" testcvs.txt
Checking in testcvs.txt;
/home/cvs/.../general/testcvs.txt,v  <--  testcvs.txt
new revision: 1.4; previous revision: 1.3
done
[general]> stat testcvs.txt
  File: `testcvs.txt'
  Size: 39              Blocks: 1          IO Block: 1024   regular file
Device: a1775a11h/2708953617d   Inode: 55732045388711050  Links: 1
Access: (0644/-rw-r--r--)  Uid: ( 1005/    stan)   Gid: (  513/    None)
Access: 2006-06-01 10:10:48.000000000 +0200
Modify: 2006-06-01 10:22:48.000000000 +0200
Change: 2006-06-01 10:10:48.232840000 +0200

Stan Pinte <stanpinte>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code