We have this occasional problem whereby checking out a file doesn't get the latest, subsequently resulting in us having to merge our changes due to the file being different on TFS.
Any ideas This sounds like it could be a bug to me Thanks Kev
I'm hoping this is going to be an option in the service pack that is currently in the works - i.e. let me select an option that always gets latest when I check out a file.
James Manning MSFT
Posted: Team Foundation Server - General, Check-out not getting latest (RTM)
So, if we use the MSSCCI Provider with VS 2005, will we still have the full Team Foundation functionality (e.g. work items, builds, etc.) as well as full source code control
James Manning MSFT
Posted: Team Foundation Server - General, Check-out not getting latest (RTM)
Get Latest on Checkout is unlikely to be in SP1. Here are the workarounds I know of:
- use the MSSCCI provider: http://www.microsoft.com/downloads/details.aspx FamilyId=87E1FFBD-A484-4 C3A-8776-D560AB1E6198&displaylang=en - add a new Solution Explorer menu item: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=332541&SiteID=1 - use a macro: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=407268&SiteID=1 - don’t be afraid of merging :-) So long as people don’t edit the same part of the file, everything will be handled automatically.