I know this has been asked before, but as there were no answers, I'm asking again.
I'm trying to migrate a shelveset from one branch to another. I'm running the following command, from within the workspace DIR:
tfpt unshelve changes;myusername /migrate /source:$/main /target:$/new-branch
when i run that command I get the 'shelveset details' window up, with the changes, and the folder (pointing to $/Main)
Clicking unshelve gives me the conflicts dialog box, again with folder pointing to $/main. If I click resolve, i get the following options:
- Keep my local changes Undo my local changes, and take the shelved
- Undo my local changes, and take the shelved changes.
- Keep my local changes, and merge the local and shelved contents
which ever option I pick, I never get any pending changes in 'new-branch'. The only changes I have pending are for the main branch.
any ideas?