Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.6 KB

configure-check-out-settings.md

File metadata and controls

42 lines (27 loc) · 1.6 KB
title titleSuffix description ms.assetid ms.service ms.topic ms.date monikerRange ms.subservice
Configure check-out settings
Azure Repos
Learn how to configure check-out settings for a TFVC repository in Visual Studio.
9f4eb366-7e99-49f9-899d-cf3209c0ff72
azure-devops-repos
conceptual
10/12/2022
<= azure-devops
azure-devops-repos-tfvc

Configure check-out settings

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

Team Foundation Version Control (TFVC) administrators 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 permission set to Allow. For more information, see Default TFVC permissions.

Configure checkout settings

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

  2. Under Project, select Settings.

  3. On the Settings page, in the Team Project section, select Source Control.

  4. In the Source Control Settings dialog box, on the Check-out Settings tab, select or clear the Enable multiple check-out checkbox.

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

  6. Select OK.

Related articles