Hi,
We are currently using Team Foundation Server as our source control solution for a pilot project.
When a user right clicks on a file in 'Source Control Browser' in Visual Studio 2005 and selects 'Get Latest Version,' he/she gets the file without any problem. However, the 'Date Modified' and 'Date Created' attributes of the local file are set to the time he/she got the file from the source control. It is important for us that we get the files with the exact date attributes that they were checked in with.
Use-case senario:
-User A modifies a file on June 20th and checks it in.
-User B gets the latest version of the file on June 21th.
-The file on B's machine states that the file was last modified on June 21th and thus fails our entire Test Procedure.
Any ideas on how this can be corrected?
Thanks,