Folder is locked and I can't unlock it

前端 未结 17 2218
离开以前
离开以前 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:37

    To unlock a file in your working copy from command prompt that is currently locked by another user, use --force option.

    $ svn unlock --force tree.jpg

提交回复
热议问题