views:

32

answers:

1

I've edited some files in Branch1 and found out I would like to check the pending changes in to a new branch, Branch2. Is this possible?

I know I can create the branch as normally and then copy all the changed files to Branch2 by hand but that can be cumbersome.

+1  A: 

You can shelve your changes and the unshelve them into another branch: http://stackoverflow.com/questions/117337/can-i-unshelve-to-a-different-branch-in-tfs-2008

Ewald Hofman
Nice. Too bad it's not part of the GUI (or part of the built in cmd line tools for that matter)
Martin Ørding-Thomsen