Working copy XXX locked and cleanup failed in SVN

前端 未结 30 2733
鱼传尺愫
鱼传尺愫 2020-11-28 17:26

I get this error when I do an svn update:

Working copy XXXXXXXX locked Please execute \"Cleanup\" command

When I

30条回答
  •  再見小時候
    2020-11-28 17:53

    I came across the exact same issue using SVN 1.7 and none of the fixes mentioned above worked.

    Foremost, make sure you backup all your edited content.

    After spending a couple of hours (didn't redownload everything as my branch is over 6gb in size), I found that there is a db file called "wc" in the .svn folder of your branch.

    Open up the db file using any db manager (i used firefox's sqlite manager plugin) and navigate to WC_LOCK table. This table will have the entries for the acquired locks. Delete the records from the table and you're done :)

提交回复
热议问题