TFS Power tools Migrate 实际上并未迁移

发布于 2024-12-14 14:11:53 字数 395 浏览 4 评论 0原文

我想将搁置集从一个分支迁移到另一个分支。这是我的命令:

tfpt unshelve MigrateShelf /migrate /source:"$/Code/OldBranch/Source" /target:"$/Code/NewBranch/Source"

当我执行它时,我会弹出窗口,但它仍然是取消搁置进入老分支。

我看到这个问题

tfpt migrate for TFS does not do everything

并且看起来他有同样的问题,但他接受了答案,然后抱怨这没有解决他的问题?

I would like to migrate a shelveset from one branch to another. Here is my command:

tfpt unshelve MigrateShelf /migrate /source:"$/Code/OldBranch/Source" /target:"$/Code/NewBranch/Source"

When I execute it, I the window pops up, but it is still unshelving into OldBranch.

I see this question

tfpt migrate for TFS doesn't do anything

and it looks like he has the same question, but he accepted an answer, then complained that it didn't solve his issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

烟火散人牵绊 2024-12-21 14:11:53

我也有同样的问题。

经过调查该命令,我得出的结论是该命令是正确的,只是路径名中的问题。命令中一定有一些拼写错误。

当路径不正确时,它会取消搁置同一分支中的更改。

命令:
tfpt unshelve /migrate "shelve_name";user_name /source:"$/Sourcepath" /target:"$/targetpath" /nobackup

谢谢,
拉杰

I also had the same problem.

After investigating, the command, I come to conclusion that the command is correct, it only the issue in the path_name. there must be some typo error in command.

When the path is incorrect, its unshelving the changes in the same branch.

Command:
tfpt unshelve /migrate "shelve_name";user_name /source:"$/Sourcepath" /target:"$/targetpath" /nobackup

Thanks,
Raj

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