10

I'm using tfpt tool for moving a shelveset from one branch to another. I've read some stackoverflow questions about it but neither seems to fit to my problem. I'm running the command like this:

tfpt unshelve "my shelveset name" /migrate /source:source_brach /target:target_branch

When I'm doing this I'm getting an error like this example:

The change to filen_name_with_path cannot be unshelved because the server path is not mapped in the local workspace

4

3 回答 3

5

确保您的工作区映射包括两个分支。首先在两个分支上获取最新信息以测试此设置是否正确。

于 2014-02-04T12:34:19.913 回答
5

确保

  1. 您的一个或多个工作区映射包括两个分支(它们不必在同一个工作区中);
  2. 启动命令的位置位于目标工作区中。
于 2016-03-09T08:21:27.363 回答
0

您所要做的就是使用 cmd 转到目标分支映射的本地文件夹并从那里运行命令。它应该工作

于 2017-12-15T11:29:03.203 回答