Is there a way in VS 2010 with TFS 2008 to check in your changes as a new branch? -


my question rather simple have made many changes in our project don't want merge main branch right away. did not take branch @ start of these changes while making them. tried find way take branch check in code there not seem solution. how can , best approach take. using visual studio 2010 connects tfs 2008.

thanks lot.

you create new branch , change paths on edited files new branch before checking them in.

  1. create new branch.
  2. shelve pending changes.
  3. use power tools move shelved changes current branch new branch using following command.

    tfpt unshelve [my_shelveset_name] /migrate /source:current_branch_path /target:new_branch_path

take @ powertools further details.


Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -