I have the following scenario:

A user shelves some changes. Time goes by and a new branch of the product is created. Later, it is determined that the shelveset contains code, that we will need in the new branch.

By default; Visual Studio can only restore the shelveset changes to the location where they were shelved from. Is it possible to restore my shelveset in the new branch ? I do not want the code to be checked into the original branch, as it would break stuff.

link|improve this question

possible duplicate of stackoverflow.com/questions/117337/… – Ray Vega May 5 '10 at 20:13
feedback

2 Answers

up vote 10 down vote accepted

It is possible with the TFS Power Tools.

See: http://stackoverflow.com/questions/117337/can-i-unshelve-to-a-different-branch-in-tfs-2008

Note the "migrate" option.

link|improve this answer
feedback

Here is the overview about this command Unshelve command basics

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.