我正在使用连接到Team Foundation Server的Visual Studio 2010。
以下命令适用于更改集:
tf changeset 12345
与搁置集一起使用的等效命令是什么?
答案 0 :(得分:2)
你在谈论TFS Command Line Utilities,你想搁置一套而不是变更集?
有shelve
和shelvesets
命令。
shelve
can be found here并按如下方式使用:
tf shelve [/replace] [/comment:("comment"|@commentfile)] [shelvesetname] [/validate][/noprompt] [/login:username,[password]]
和shelvesets可以这样使用:
tf shelvesets [/owner:ownername] [/format:(brief|detailed)] [/collection:TeamProjectCollectionUrl]] [/login:username,[password]] shelvesetname