The TFS shuffle

If you are like me you perform a shuffle before checking anything in to a Source Control Repository and TFS is no different

As for shuffle:

  1. Get Latest
  2. Fix merge conflicts
  3. Build
  4. Fix build errors
  5. Run tests
  6. Fix broken tests
  7. Go to 1 (until there is nothing new to get)

Only check in when all steps are complete.

Then check the Pending Changes that you have nothing else left to check in, if you do then perform the above shuffle for each pending change.

To get to the Pending Changes window select View–>Other Windows–>Pending Changes

Other useful references:

http://codebetter.com/jeremymiller/2005/07/25/using-continuous-integration-better-do-the-check-in-dance/

http://www.extremeprogramming.org/rules/collective.html