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.
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 theUpload file(s)
to check in.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