What lock types does TFS support?
Use the get command to synchronize the files on your machine with the files on the Team Foundation Server. When you perform a get operation, Visual Studio performs the following steps. Note that the following sequence assumes that you have installed TFS proxy in order to boost performance: • The server determines which files are out of date based on the fact that it knows which versions are on your disk. • The server then tells the client what it needs to do to update its workspace. • The client downloads, moves, and deletes files as necessary and then notifies the server of which operations it accomplished. A get operation does not mark any files for editing and by default will not overwrite any files you have checked out for editing.