Bugs item #1165252, was opened at 2005-03-17 08:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1165252&group_id=31650

Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott Winslow (swinslow)
Assigned to: Nobody/Anonymous (nobody)
Summary: copy task using created instead of modified date

Initial Comment:
<copy> is overwriting newer files with older files 
because it checks age based on created date rather 
than modified date. I'm pretty sure that it should be 
modified date, otherwise simply relocating a file prior to 
the copy task will make the file look newer than it really 
is. As an example: if you create a file, copy it elsewhere 
and then go back and modify the original, copy would 
not overwrite the previously copied file with the more 
recently modified one. 

Considering that the <touch> task is touching the 
modified date, I think that <copy>'s use of the created 
date is a bug rather than the intended behaviour.

File in directory:
Created:        Monday, March 14, 2005, 7:31:44 PM
Modified:       Monday, March 14, 2005, 7:31:35 PM
Accessed:       Today, March 16, 2005, 11:12:36 AM

File overwriting it:
Created:        Today, March 16, 2005, 11:23:44 AM
Modified:       Monday, March 07, 2005, 12:16:11 PM
Accessed:       Today, March 16, 2005, 11:23:44 AM


NAnt 0.85 (Build 0.85.1793.0; rc1; 11/28/2004)
Framework version 1.1.4322
OS Version: Win2000 Server 5.00.2195 SP4


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1165252&group_id=31650


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to