I have a specific changeset that I want to ‘rollback’ my Development branch to, but I want to take all of the the changes after that specific changeset and put them in to a new branch. Is this possible in TFS? If so, how could I do such a thing?
Thanks, Dave
Well.. The easiest way is to do exactly what you just said.
Branch the existing code into a new spot. Then get the changeset you want, checkout the project, and check the changeset back in.