TFS shelveset migration from one branch to another

superman picture superman · Aug 31, 2011 · Viewed 17.9k times · Source

I have to migrate the shelveset created in one branch say "development" to another say "release". so that I can directly merge the shelveset then to release which was created for development branch.

the command I have used is:

tfpt unshelve "shelveset name" /migrate /source:"$...development" /target:"$...Release"

it is showing this error:

unable to determine the workspace

Answer

Krimson picture Krimson · Dec 9, 2011

Your location from where you launch the command must be from within your workspace. E.g. c:\workspaces\project\development if that's where your source is located.