How can I release locks in Subversion recursively?

前端 未结 9 1241
青春惊慌失措
青春惊慌失措 2021-02-01 12:24

I am having a problem with version control in Subversion. I checked out a working copy from respository and got locks on all of its files. Then, without releasing the locks I ha

9条回答
  •  无人共我
    2021-02-01 13:25

    If somebody else has locked the files remotely, I found that using TortoiseSVN 1.7.11 to do the following successfully unlocked them in my working copy. (similar to vikkun's answer)

    • Right click working copy > Check for modifications
    • Click Check repository button
    • Select files you wish to unlock
    • Right click > Get lock
    • Check "Steal the lock" checkbox
    • After lock is stolen, select again
    • Right click > Release lock

    Files in working copy should now be unlocked.

提交回复
热议问题