SVN Update Error Please execute the ‘Cleanup‘ command 解决方案
问题 - SVN Update Error: Please execute the 'Cleanup' command
详细描述
使用SVN更新文件时,会碰到失败的情况(可能因为上次拉取被强制中断等操作),提示需要cleanup ,但是你clean up时又提示文件夹已经locked,这时候你又去release lock,但是还是失败,提示 Please execute the 'Cleanup' command.
(TMD真难用)
<!--more-->
解决方案
显然这个无法操作因为是svn文件被锁需要释放,但是手动释放又行不通,so
- 需要进入被锁定文件夹所在的svn根目录,然后将隐藏文件设置为可见
- 找到.svn文件夹,用数据库管理工具如navicat,datagrip等ide链接
wc.db
,这是一个sqlite数据库,找到WC_LOCK表 - 进去将被锁定的记录删除掉并提交更新到数据库。
- 再去更新代码或文件时候就ok了
相关推荐
ECSHOP专属建设 2020-11-13
xzjforDream 2020-09-23
fenggit 2020-09-15
起点 2020-08-17
leehbhs 2020-07-26
leehbhs 2020-07-04
pub_svnserve.conf的 pub_authz.conf的配置文件有非法字符的原因引起,需要查找pub_authz.conf提的非法内容比如多余的空格删除或直接将pub_authz.conf
起点 2020-06-28
leehbhs 2020-06-20
dingqinghu 2020-06-16
dengweijunkedafu 2020-06-09
nebulali 2020-05-27
起点 2020-05-10
起点 2020-05-05
83520298 2020-05-04