检入货架 [英] Checking in Shelvesets

查看:33
本文介绍了检入货架的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是一名开发人员,我对解决方案进行了一些更改,并将其保存到搁置集.另一位开发人员取消我的更改并在服务器上构建解决方案.有没有办法让第二个开发人员检查我的搁置集?我知道他/她可以签入构成搁置集的各个文件.但是,我正在考虑使用搁置集名称作为参数的签入"命令,或者是否有另一种方法将这些更改作为一个单元签入,使用搁置集名称.

I'm a developer and I've made some changes to a solution, which I have saved off to a shelveset. Another developer unshelves my changes and builds the solution on a server. Is there a way for the second developer to check in my shelveset? I know he/she can check in the individual files comprising the shelveset. However, I was thinking of a "checkin" command that took the name of a shelveset as a parameter, or if there was another way to check in those changes as a unit, with the shelveset name.

推荐答案

其他开发人员可以打开 Visual Studio 命令提示符并使用以下命令:

The other developer can open a Visual Studio Command Prompt and use the following command:

tf checkin /shelveset:shelvesetname;shelvesetowner

有关详细信息,请参阅 MSDN 上的签入命令.

See Checkin Command on MSDN for more details.

这篇关于检入货架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆