Consider this scenario: in case I synchronize my local folder with the latest version in Team Foundation Server 2010 and then manually delete the local file. My question is, how can I get TFS to show me the missing files? (Source Safe shows the missing files in this case). So far, TFS only checks file versions (not data), and if there are no changes, it does not perform any other actions. In this case, the version change does not occur, and it does not recognize the need for action.
source
share