开发者

Comparing differences in an entrie workspace in TFS

开发者 https://www.devze.com 2022-12-25 10:05 出处:网络
As TFS maintains an idea of the version that is downloa开发者_StackOverflow社区ded on the client, such that \"Get Latest\" might not get the latest version; I was wondering if there was an easy way to

As TFS maintains an idea of the version that is downloa开发者_StackOverflow社区ded on the client, such that "Get Latest" might not get the latest version; I was wondering if there was an easy way to report differences across an entire workspace?

I only ask as a member of my team is leaving immanently, and our IT department need to recycle his laptop very quickly, and I'm a little concerned that there is potential for some changes not to have been changed in.


Sorry misread the question.

If you have proper checkouts you can just do the following:

Go to the command line, and at the top if the workspace type

tf checkin . /recursive

This will present the what's outstanding in the workspace.

Or just shelve the lot to the serve and then you can peruse at leisure.

tf shelve

Oherwise the other thing I would do is

Just get the latest version of the software to another Directory and then use the excellent beyond compare tool from scootersoft to compare the directories recursively.

Once you have the files just copy the list to a bat file calling tf checkout on each one.

Then do tf shelve.

0

精彩评论

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

关注公众号