how to check out files from Repo of Azure DevOps in Edge

286 Views Asked by At

I installed Azure DevOps on my Windows Server and made a Team Foundation repository. We used to use it in Visual Studio, but in my new project We decided to use it in Edge. However, DevOps Repo seems that it does not support check-out in case of web browser, only check-in is allowed. Is check-out not supported in browser usage?

We want to check out files from Repo in browser.

1

There are 1 best solutions below

0
On

I’m afraid that you couldn’t use check-out directly in web browser.

But you can click the Download as Zip to download repo in your local and make changes and click the Upload file(s) to check in.

download and upload files

I think that the Team Explorer in Visual Studio or TFVC command are recommended way to manage your codes and files. Please refer to doc:check out and edit files