Folder is locked and I can't unlock it

前端 未结 17 2215
离开以前
离开以前 2021-01-30 07:48

When I\'m trying to update or commit code from a project it\'s telling me that the folder is locked. When I try to \"release lock\" it says that there\'s nothing to unlock in th

17条回答
  •  后悔当初
    2021-01-30 08:24

    Right click on your Subversion working directory folder, and select TortoiseSVN->Clean Up from the Context Menu. This will recurse it's way through your working directory and cleanup any incomplete actions, remove the local locks (which is different from using Subversion locking of a file in the repository which lets everyone know about the lock).

    If that doesn't work, see if you can find the names of the files that were changed, but not yet committed, save them, and redo the checkout.

提交回复
热议问题