2010-11-18 12 views

回答

2

你說的是TFS Command Line Utilities,你想擱置一套而不是變更集?

那麼有shelveshelvesets命令。

shelvecan 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

相關問題