【SVN】SVN错误[locked; try performing]的解决办法 (20
用Eclipse的svn插件commit的时候,发生如下异常
Some of selected resources were not committed.
svn: Working copy 'C:\project\xxxxx\xxxxx-web\test'
locked; try performing 'cleanup'
于是,试着cleanup一下(team菜单下的clean up)
但clean up也发生异常
Cleanup
svn cleanup "C:\project\xxxxx\xxxxx-web\test"
svn: Error processing command 'modify-entry' in
'C:\project\xxxxx\xxxxx-web\test'
svn: Error modifying entry for 'spring'
svn: 'spring' is not under version control
Error (took 00:01.075)
找到这个test路径打开[.svn]文件夹,发现里面有[lock]和[log]文件
log文件内容
<modify-entry
name="spring"
working-size="working"/>
好了,问题明了。解决办法:
1.删除lock文件
2.删除log文件
3.clean up
问题解决!
点击查看更多内容
2人点赞
评论
共同学习,写下你的评论
评论加载中...
作者其他优质文章
正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦