Is Checkout function supported in Visual Studio Team Services?

Asked

Viewed 71 times

2

Today we are in a small development team, we are in 3 people. One question, Visual Studio Team Services has this function or we need a server for with TFS installed just for this function?

Thank you.

2 answers

2

Yes, it is possible to have the Check-out function on VSTS.

This is because who determines the availability of this function is not the service (TFS or VSTS), but a combination of two factors:

  1. The type of repository in use, which should be TFVC (Git does not support the known check-out); and
  2. The type of Workspace on the developer’s machine, which must be of the Server type (local workspaces do not maintain the status of the files checked out on the server).

1

Good night,

In Azure Devops we have two types of repositories:

  • Azure Repos Git (Default)

  • Team Foundation Version Control (TFVC)

To enable TFVC, you must perform the following steps:

inserir a descrição da imagem aqui

After this procedure, you can access the repository:

inserir a descrição da imagem aqui

In Visual Studio, it is the same way to work:

inserir a descrição da imagem aqui

TIP:

Evaluate using this to Extension "Branch Visualization".

https://marketplace.visualstudio.com/items?itemName=ms-devlabs.BranchVisualization&targetId=298b943e-d547-4b04-b8cf-01b4dfe97f18&utm_source=vstsproduct&utm_medium=ExtHubManageList

Browser other questions tagged

You are not signed in. Login or sign up in order to post.