TFS unshelve from root (main) to branch - unshelveing itself
Files are unshelved to root path rather then to the branch, here is the command I am running
tfpt unshelve "shelvset name" /migrate /source:$/Main /target:$/Branch1 .
/source : copied the server name from properties windows(right click the project folder-properties)
/target : copied the server n开发者_如何学运维ame from properties
My head stop sniping here is the changes I did it works , put the source & target path with in double quotes and add the /migrate after unshelve.
tfpt unshelve /migrate shelvesetname;user "/source:$/Main" "/target:$/Branch1"
精彩评论