问题描述
我正在尝试使用tfpt将架子集从源分支迁移到目标分支,但是它似乎无能为力……不是我期望的更多……但是任何人都有机会知道怎么了吗我认为我正确地遵循了指示...
I'm trying to use tfpt to migrate a shelveset from a source branch into a target branch, but it doesn't appear to do anything...not that I'd expect much more...but any chance anyone knows what's wrong? I'm following the instructions correctly I think...
我有:
tfpt unshelve "DbMigrations" /migrate /source:$/TeamProject/Main /target:$/TeamProject/Releases/7.20
推荐答案
运行命令后会发生什么?在迁移之前,您需要进行一些设置:
What happens after you run the command? You need to have a few things set up before migrating:
- 既包含源分支又包含目标分支的工作区.
- 您需要在源代码中的文件夹中运行命令.
运行命令后,系统将要求您将原始架子集的更改合并到目标分支中,并解决所有冲突,最终将更改集附加到客户端上.直到您将变更集检查为TFS本身,服务器上的任何内容都不会被触及.
Once you run the command you should be asked to merge the changes from the original shelfset into the destination branch and resolve any conflicts, which finally pends a changeset on your client. Nothing is touched on the server until you check that changeset into TFS itself.
这篇关于tfpt为TFS迁移不执行任何操作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!