Ana içeriğe atla

Kayıtlar

Nisan, 2021 tarihine ait yayınlar gösteriliyor

How to unlock the files that are unlocked by other users in Azure DevOps

After an employee quits you should remove his/her permissions on TFS Azure DevOps. Unfortunately if you have deleted the user before checking his locks like me, you need to make him release the files that are cheked out to him. Of course you will not be able to reach him and ask for help. So here is the solution for you. 1 - Get your backups. This is important. Some files may be gone. I have face this issue. Just do it now. 2 - You have to delete the workspace belongs to him. 3 - It is automatically unlocked.  4 - Succeded. Congrats.  How to delete the workspace in TFS DevOps? 1 - Open the Visual Studio Command Line: Tools > Command Line > Developer Command Prompt 2 - Write these (better copy-paste) tf workspaces /owner:* /computer:* /format:xml 3.1 - In the xml you may find             a. The name of the workspace, (DESKTOP-WORKSPACE_1)            b. GUID for the user (c60e9e21-9a7a-6a27-8ba5-7db078885f7a)            c. mail address for the user (mydear@colleague.com) 3.2 - If t