Anzel
Anzel

Reputation: 111

Exclusive Check-Out Not Working in Visual Studio 2022 with TFVC

We are using Azure DevOps with a repo that is set to TFVC. I have configured the project in the following ways.

1.) I have set the Workspace Settings to "SERVER" by going to Team Explorer -> Settings -> Source Control as shown below.

Workspace Settings

2.) I have UNCHECKED the "Enable multiple check-out" checkbox in the Check-out Settings by going to Team Explorer -> Settings -> Team Project -> Source Control as shown below.

Checkout Settings

3.) I have configured my Visual Studio Workspace location to be "Server" as shown below.

Workspace Settings

We have triple checked these settings for all three members of the team and yet we're still able to have multiple devs check-out the same file and edit it.

Multiple Checkouts

I have a small team here and I want to avoid merging code. What am I missing? How can I get TFVC and Visual Studio to prevent more than one person editing the same file at once?

Upvotes: 0

Views: 266

Answers (0)

Related Questions