TortoiseSVN write-lock error?

前端 未结 4 1110
清歌不尽
清歌不尽 2021-01-18 00:34

Wanted to merge my branch back into the main trunk today. Haven\'t worked on this project for a week and haven\'t done any commits, etc. in that time-frame. Attempted to do

4条回答
  •  隐瞒了意图╮
    2021-01-18 01:28

    If you're using TortoiseSVN, what could be happening is that a (wayward) TSVNCache process is holding open .svn/wc.db which prevents a write lock on the file from being created during the switch operation. Killing the process (or at least forcing the handle closed) will release the handle on the file, allowing other operations that modify the working copy metadata to happen.

提交回复
热议问题