TeamFetch timestamp not using original
![]()
I am running TeamFetch from an ANT script. The fetch writes out the files with the current timestamp. Is there any way for it to retain the timestamp of the original file ?
|
One answer
![]()
No, there is not. Source files that are fetched always have the time of the fetch as their modification time.
(Figuring out the "timestamp of the original file" is actually a rather difficult problem. No matter what algorithm you pick, there will be some situation where it seems wrong.)
|