我怎样才能做类似“tf.exe Shelfset”的事情?<用户名>”从 VS2010 命令提示符?用户名>
我正在使用 Visual Studio 2010,连接到 Team Foundation Server。
以下命令适用于变更集:
tf changeset 12345
适用于搁置集的等效命令是什么?
I am using Visual Studio 2010, connected to Team Foundation Server.
The following command works for change sets:
tf changeset 12345
What is the equivalent command that works with a shelve set?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在谈论 TFS 命令行实用程序 并且您想要搁置设置而不是变更集?
嗯,有
shelve
和shelvesets
命令。搁置
可以在此处找到并使用像这样:tf shelve [/replace] [/comment:("comment"|@commentfile)] [shelvesetname] [/validate][/noprompt] [/login:用户名,[密码]]
和 书架集可以像这样使用:
tf 搁置集 [/owner:ownername] [/format:(brief|detailed)] [/collection:TeamProjectCollectionUrl]] [/login:用户名,[password]] 搁置集名称
You are talking about TFS Command Line Utilities and you want to do shelve a set instead of changeset?
Well there are the
shelve
andshelvesets
commands.shelve
can be found here and be used like so:tf shelve [/replace] [/comment:("comment"|@commentfile)] [shelvesetname] [/validate][/noprompt] [/login:username,[password]]
and shelvesets can be worked with like so:
tf shelvesets [/owner:ownername] [/format:(brief|detailed)] [/collection:TeamProjectCollectionUrl]] [/login:username,[password]] shelvesetname