问题描述
有没有一种方法可以比较 TFS 中的 2 个架子,而不必求助于在单独的工作区中取消架子和比较文件?
Is there a way to compare 2 shelves in TFS without having to resort to unshelving both in separate workspaces and diffing the files?
推荐答案
我目前无法访问 TFS,但如果搁置集中的文件具有唯一标识符(例如 $/x/y/z/abc;SH='ShelvesetName') 你应该能够发出一个命令行 tfdff 命令比较每一个.
I don't have access to TFS currently, but if the file in the shelveset has a unique idenitifer (like say $/x/y/z/a.b.c;SH='ShelvesetName') you should be able to issue a command line tf dff command to compare each one.
或
如果你把一个搁置起来,然后用命令行TFS强力工具将另一个与review命令进行比较
If you unshelve one and then use the command line TFS power tools to compare the other one with the review command
tfpt review /shelveset:shelvesetName;userName
电动工具是特定版本的,您可以下载以下版本:
The power tools are version specific and you can download the following versions:
这篇关于如何轻松地比较/比较 TFS 中的 2 个搁置集?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!