开发者

TFS + get latest

W开发者_StackOverflowhen I get the latest version from TFS, is there a way to list the files that were updated?


if you are using the Visual Studio IDE, you can see the list of files get in the "Output" window. To see the "Output" window, select menu View-->Output.

Hope this helps!


To your question tf.exe get may help http://msdn.microsoft.com/en-us/library/fx7sdeyf.aspx. So,

tf get c:\MyWorkspace /all /recursive /noprompt >C:\TFResults\results.txt


Yes.

  1. Open Team Explorer
  2. Select project
  3. Double click Source Control
  4. Optional to get latest: Right click the folder you need and choose Get Latest Version or Get Specific Version and then choose Latest and Overwrite.
  5. Right click the folder you need and choose View History.


You need to take a look into the files on the Output Window. The changeset list, can give you an idea of which are the latest changes files and you can search for those changes. But a dummy idea is to map your tfs workspace to another folder and download all the files, then user the WinMerge, BeyondCompare or another tool to compare the files in the specific folders you have to get the differences between the latest code, and your current one. Hope this help

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜