DCSIMG
development,source control - urig - Tidbits from a .net life

Browse by Tags

Team Foundation Source Control won’t Get Latest when you Check Out
23 November 06 03:45 PM | urig | 3 comment(s)
In a recent post , Leon Langleyben described a Team Foundation Source Control "feature" that is giving users a hard time. The "feature" is that the Check Out command in TFSC no longer performs a Get Latest on the file checked out, as we were accustomed to in VSS. In the older Visual SourceSafe, when you checked out a file VSS would get the latest version of the file to your local machine and only then open the file for you to work on. This is critical when working in Exclusive Checkout Mode, which...