Tuesday, December 16, 2014

Get latest version of item on check out in TFS

Open Visual Studio 2010

Connect to your Team Project on Team Foundation Server

Go to Tools | Options…

Go to Source Control in the left navigation pane and expand it

From the expanded menu, select Visual Studio Team Foundation Server

Now select the check box Get latest version of item on check out as shown below

Click on OK and you are done





No comments:

Post a Comment

Thank you for visiting my blog

Python -3

  Lists It is used to store Collection of data. Lists are created using square brackets: List Items Order cannot be changed. It can have dup...