How can I easily diff/compare 2 shelvesets in TFS?

后端 未结 3 1935
野趣味
野趣味 2021-02-05 01:11

Is there a way to compare 2 shelves in TFS without having to resort to unshelving both in separate workspaces and diffing the files?

3条回答
  •  时光取名叫无心
    2021-02-05 01:49

    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.

    Or

    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 Power Tools 2015
    • TFS Power Tools 2013
    • TFS Power Tools 2012
    • TFS Power Tools 2010
    • TFS Power Tools 2008
    • TFS Power Tools 2005

提交回复
热议问题