为了账号安全,请及时绑定邮箱和手机立即绑定

【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人点赞

若觉得本文不错,就分享一下吧!

评论

作者其他优质文章

正在加载中
JAVA开发工程师
手记
粉丝
168
获赞与收藏
3550

关注作者,订阅最新文章

阅读免费教程

感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
意见反馈 帮助中心 APP下载
官方微信

举报

0/150
提交
取消