Checkout (or Edit) Command
Checks out a file and changes its pending change status to Edit. You can call this command using either Checkout or Edit.
Requirements: See Team Foundation Server Permissions.
tf checkout [/lock:(none|checkin|checkout)] [/recursive] [/encoding:encoding] itemspec [/login: username,[password]]
|
Parameter |
Description |
|---|---|
|
/encoding |
Ignore this parameter. |
|
itemspec |
Specifies the scope of the items to check in. For syntax, see Team Foundation Version Control Command Reference. |
|
/lock |
Applies or removes a lock. See Team Foundation Version Control Command Reference. |
|
/login:username,[password] |
Specifies the user account to run the command. See Team Foundation Version Control Command Reference. |
|
/recursive |
Recursively checks out items in the specified directory and any subdirectories. |
-
Check Out and Edit Files Use Visual Studio to check out files.
-
If you are beginning a new task, it’s probably a good idea for you to download the latest files from the server before you check out files and begin your work. See Get Command. -
When you begin editing a file in a local workspace, it is automatically checked out for you. -
You can view a list of your pending changes:-
And work with related data such as Comments and Associated Work Items in the Check In dialog box using the Checkin Command.
-
At the command prompt by using the Status Command.
-
-
When you are ready to check in your changes to the team’s codebase on the server, use the Checkin Command. -
If you need to set aside changes (and perhaps also want to clean your workspace for another task), use the Shelve Command. -
If you use a server workspace, files that you have not checked out are read-only.