Blog Stats
  • Posts - 142
  • Articles - 0
  • Comments - 23
  • Trackbacks - 0

 

TFS 2008 Get Latest Automatically

Issue: Ensure your code is the latest before a check out.

Not working with the latest code often creates a confusing situation for a developers trying to debug misbehaving code.  Furthermore, it becomes very important to get latest changes and merge differences when working on a project with many dependencies.   

Solution:

my friend and co-worker showed me how to automatically ensure getting latest upon checkout by performing the following steps:

  1. Launch Visual Studio 2008
  2. Click Tools->Options
  3. Expand the Source Control section
  4. Click on Visual Studio Team Foundation Server
  5. Ensure that the “Get Latest Version of item on check out” is checked.

Note: If a checkout is attempted, but the TFS has a newer version of the file being checked out, then the user is prompted to overwrite the file with the latest version.

Related: Exposing TFS 2008 Working Items

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Feedback

# re: TFS 2008 Get Latest Automatically

Gravatar This has to be one of my biggest complaints with TFS. It makes the TFS experience so much better. 4/15/2009 3:37 AM | chrisbarba

# re: TFS 2008 Get Latest Automatically

Gravatar I have found that you can go the project in TFS and set this settings at the project level. So anyone who checks out a file TFS will automatically get latest.

Team -> Team Project Settings -> Source Control
Check the "Enable get latest on check-out" 4/21/2009 1:54 PM | chrisbarba

Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 
 

 

 

Copyright © DennisBottjer