Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.46 KB

configure-check-out-settings.md

File metadata and controls

40 lines (25 loc) · 1.46 KB
title titleSuffix description ms.assetid ms.technology ms.topic ms.date monikerRange
Configure Check-Out Settings
Azure Repos
Learn how to configure check-out settings for a TFVC repository.
9f4eb366-7e99-49f9-899d-cf3209c0ff72
devops-code-tfvc
conceptual
06/30/2022
<= azure-devops

Configure check-out settings

[!INCLUDE version-lt-eq-azure-devops] [!INCLUDE version-vs-gt-2013]

Administrators of Team Foundation version control (TFVC) can configure source control check-out settings. TFVC check-out settings enable files to be edited by more than one person at the same time.

Prerequisites

To configure check-out settings, you must have the Edit project-level information set to Allow. For more information, see Default TFVC permissions.

Configure checkout settings

  1. In Team Explorer, select the project for which you want to configure check-out settings.

  2. From the Team menu, click Team Project Settings, and then click Source Control.

  3. In the Source Control Settings dialog box, select the Check-out Settings tab.

  4. Select or clear the Enable multiple checkout box.

  5. Select or clear the Enable get latest on check-out box.

  6. Click OK.

Related articles