我怎样才能做类似“tf.exe Shelfset”的事情?<用户名>”从 VS2010 命令提示符?

发布于 2024-10-03 08:00:13 字数 148 浏览 1 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

束缚m 2024-10-10 08:00:13

您正在谈论 TFS 命令行实用程序 并且您想要搁置设置而不是变更集?

嗯,有 shelveshelvesets 命令。

搁置 可以在此处找到并使用像这样:
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 and shelvesets 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文