Check Out For Edit Dialog Box (Source Control)

Checks out solutions, projects, or individual items from source control. Checking out an item can copy the current master copy to your local machine and remove its read-only attribute. You can optionally configure the Check Out For Edit command to check out only the local version. Unless your source control package is configured to support shared checkouts, checking out an item also locks the item so that it is read-only to other users.

Dialog Box Access

In Visual Studio, select an item in Solution Explorer. On the File menu, click Source Control, then click Check Out For Edit.

Note

This dialog box is also available by right-clicking the item in Solution Explorer.

  • Check Out
    Checks out all the selected items.

  • Columns
    Identifies the columns to display and the order in which they are displayed.

  • Comments
    Specifies a comment to associate with the checkout operation.

  • Compare Versions
    Compares file versions for files stored locally, versions under source control on the server, or a local version with a version under source control on the server.

  • Don't Show Check Out dialog box when checking out items
    Keeps the dialog box from being displayed during checkout operations.

  • Edit
    Lets you to modify an item without checking it out. The Edit button appears only if you have Visual Studio configured to support editing files that are checked-in.

  • Flat View
    Displays the items you are checking out as flat lists under their source control connection.

  • Name
    Displays the names of the items available for checkout. Items that are selected appear with check boxes next to them. If you do not want to check out a particular item, clear its check box.

  • Options
    Displays source control plug-in-specific checkout options when the arrow to the right of the button is clicked.

  • Sort
    Changes the sort order of the displayed columns.

  • Tree View
    Displays the folder and file hierarchy for the item that you check out.

See Also

Reference

Pending Checkins Window

Other Resources

Source Control User Interface Reference