How do I "Take Source Branch Version" for all conflicts in TFS 2008 on Visual Studio 2010?
Select all and click Take Source Version.Note ctrl+A doesn't work. So select the first item, hold shift and select the last item.
Check out the TF.EXE command here.
tf.exe resolve ..... /auto:TakeTheirs
will "Take Source Branch Version." My suggestion is to do the resolve, then check your branch and make sure that you have what you expect before you check in.
tf.exe resolve .... /auto:KeepTheirs
will "Keep Target Branch Version"