继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

【SVN】SVN错误[locked; try performing]的解决办法 (20

quincyye
关注TA
已关注
手记 235
粉丝 168
获赞 3550

用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

问题解决!

打开App,阅读手记
2人推荐
发表评论
随时随地看视频慕课网APP