I tried to use unshelve /migrate command of tfpt to move the shelves of one branch to another. I have used the command which is given below,
tfpt unshelve /migrate /source:"$/Project name/branch name" /target:"$/Project name/branch name" "shelvesetname"
But gives the error as "Unable to determine the workspace" Is there any solution for this? Can anyone give the examples of how to give target and source paths? How to do unshelve with migrate in Visual studio 2012 interface ?