Branching by Label in TFS 2010

imageSeveral people have noticed that in TFS 2010 the option to branch by label in the UI is no longer present, so I wanted to put up a short post on the subject until we have a chance to fix this (which will hopefully be very near RTM).  This change was the result of multiple changes in 2010 around branching:

  1. Server side branching.  The introduction of server side branching has a lot of benefits in the usability and the performance of creating new branches.  One limitation is that branches defined by workspace specs or labels (which can be defined by workspace specs), can’t be created without a workspace.  Hence, the server side branching option only allows branches with the version specs presented in the branching dialog.
  2. Making server side branching the default in the UI.  Because of the great performance improvement of creating branches entirely on the server, we wanted to ensure that users would benefit from the platform change any time a new branch is created. 
  3. First class branches.  With the introduction of first class branches, we added a new branching dialog for creating new branches.  It is this new dialog where we default to server side branching.  Branching folders is still the same experience that existed in 2008 that allows branching by labels and by workspaces.

The result of these changes was that the UI now only presents users the option to create new branches based on Changesets, dates, or the latest version of the parent branch.  Until we have a chance to resurface the option to branch by labels in the UI, the command line can be used as a workaround to create branches by label (even when branching first class branches).  When we have made the UI changes to add back this option, I’ll post back here.

For more info on branching on the command line, see the Branch Command topic on MSDN.

For more info on changes to branching in TFS 2010, see the post on First Class Branches.

UPDATE: This issue has been fixed as a part of the QFE Rollup and the fix will be available in SP1.  You can download the QFE here: https://support.microsoft.com/kb/983504