Working copy XXX locked and cleanup failed in SVN

前端 未结 30 2666
鱼传尺愫
鱼传尺愫 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条回答
  •  -上瘾入骨i
    2020-11-28 17:29

    If you're on Linux, try this:

    find "/the/path/to/your/directory" -name .svn -type d | xargs chmod 0777 -R
    

    Then run the cleanup command on that directory, then try to update.

提交回复
热议问题