SVN|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真难用)
解决方案
显然这个无法操作因为是svn文件被锁需要释放,但是手动释放又行不通,so
- 需要进入被锁定文件夹所在的svn根目录,然后将隐藏文件设置为可见
- 找到.svn文件夹,用数据库管理工具如navicat,datagrip等ide链接
wc.db
,这是一个sqlite数据库,找到WC_LOCK表
文章图片
svn_update error.png
- 【SVN|SVN Update Error Please execute the ‘Cleanup‘ command 解决方案】进去将被锁定的记录删除掉并提交更新到数据库。
- 再去更新代码或文件时候就ok了
??
推荐阅读
- gitlab|gitlab 通过备份还原 admin/runner 500 Internal Server Error
- 解决SyntaxError:|解决SyntaxError: invalid syntax
- linux|apt update和apt upgrade命令 - 有什么区别()
- 由Uncaught|由Uncaught TypeError: this.player.startMoveAt is not a function引申
- 打开Anaconda|打开Anaconda Navigator 时报错 error 5 拒绝访问
- mac升级之(xcrun:|mac升级之:xcrun: error: invalid active developer path, missing xcrun)
- Python|Python TypeError: 'module' object is not callable 原因分析
- 关于|关于 java.lang.NoClassDefFoundError: com.umeng.analytics.d的问题
- Java|Java 面试题
- (17.04.01)a标签target属性、svn、git、命令行命令、github