简体   繁体   中英

Query TFS for updated files

我想了解在我没有最新版本的 TFS(其他人签入的)中更新的文件的概述。

In Visual Studio Source Control Explorer, right click on the directory you want to compare, and select "Compare". It will pop up a dialog with a couple of filtering options, and then show you what's out of date.

if they checked them in as part of a single changeset then you can find them that way.

(right click file in solution explorer, view history, double-click on the relevant changeset and you'll see all the related files for that checkin)

Is your question about finding this info via the TFS API via the website, or via the visual studio interface?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM