当前位置:网站首页>svn: E155004: is already locked.
svn: E155004: is already locked.
2022-04-22 06:24:00 【bglmmz】
IDE:intellij IDEA 2016.3
svn:IDEA Built in plug-ins
today checkin Code , I can't finish it all the time , Thread has been running , So interrupt the thread . Results found svn I can't use it , Any operation is a prompt :svn: E155004: is already locked.
Search the Internet , It's all about using sqlite3 open .svn/wc.db, And then delete work_queue Table record , But I can't even try , This work_queue There is no record in the table .
So I downloaded a navcate for sqlite The client of , open .svn/wc.db, See there are actually several tables inside , Look at the contents of each table ,
Find out WC_LOCK The contents of the table should be caused by svn: E155004: is already locked.
The reason for the error message , So delete this table record .
restart idea, Everything is back to normal .
Conclusion :
meet :svn: E155004: is already locked. error ,
use sqlite3 open .svn/wc.db database , Delete table WC_LOCK Record ( Or in work_queue The records of the table are also deleted ) that will do .
Of course , When deleting the records of these two tables , You'd better look at the contents of the following two tables , So as not to delete irrelevant records .
svn:IDEA Built in plug-ins
today checkin Code , I can't finish it all the time , Thread has been running , So interrupt the thread . Results found svn I can't use it , Any operation is a prompt :svn: E155004: is already locked.
Search the Internet , It's all about using sqlite3 open .svn/wc.db, And then delete work_queue Table record , But I can't even try , This work_queue There is no record in the table .
So I downloaded a navcate for sqlite The client of , open .svn/wc.db, See there are actually several tables inside , Look at the contents of each table ,
Find out WC_LOCK The contents of the table should be caused by svn: E155004: is already locked.
The reason for the error message , So delete this table record .
restart idea, Everything is back to normal .
Conclusion :
meet :svn: E155004: is already locked. error ,
use sqlite3 open .svn/wc.db database , Delete table WC_LOCK Record ( Or in work_queue The records of the table are also deleted ) that will do .
Of course , When deleting the records of these two tables , You'd better look at the contents of the following two tables , So as not to delete irrelevant records .
版权声明
本文为[bglmmz]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220548531124.html
边栏推荐
- MySQL 5.7 重置root密码,试过N中方法终于找到
- C语言实现哈希字典及笔记
- Phpexcel generates excel column names based on the total number of columns
- mysql 主从不停库,不锁表 构建
- thinkphp5怎么隐藏index.php入口文件
- sort排序
- 金贝家用静音box系列合集功耗参数
- uniapp 微信分享
- 解决js计算精度问题
- Uncaught (in promise) NavigationDuplicated: Avoided redundant navigation to current location: “/?k=“
猜你喜欢
随机推荐
C语言实现哈希字典及笔记
Partition of MySQL database
Grafana influxdb simple script
TensorFlow 实现web人脸登录系统
路由传参数
Swing显示时间(点击一次显示一次)
重新回来了
Re transfer form to JSON
Distributed transaction solution Seata
openssl自签名ca证书,以及签发服务端/客户端证书
PHP month difference
call与apply的作用与区别
有点意思的质数题HDU5750
SQL常用语句解释
金贝Lb1功耗参数实测
利用 PHP POST 临时文件机制实现任意文件上传
pip freeze 导出含有路径 (@ file:///) 问题小记
PHP opens the file and writes the file contents fopen, feof, fgets
Asynchronous programming & concurrent asyncio
面试总结









