Tell me, when was the file uploaded to TFS?

We have a strange problem when we need to find out when the file was checked by a consultant. Is there a way to do this in TFS or VS2008?

+7
source share
3 answers

http://msdn.microsoft.com/en-us/library/9s5ae285%28v=vs.90%29.aspx

in a nutshell: status / TF.exe format: verbose / user: someone

+20
source

If you just want to know the scan time, you can use the email notification feature in TFS. This means that if someone checks the file, an email will be sent and they will tell you what the scan time is, the operator, etc.

0
source

Download and install TFS Power Tools. Then, from your source code explorer, you can right-click the folder of your code / solution, there should be a parameter "Find the source", and then "Status". Select this, and you can request all the extracted files or upload files by a specific user.

0
source

All Articles