【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人點贊
評論
評論
共同學習,寫下你的評論
評論加載中...
作者其他優質文章
正在加載中
感謝您的支持,我會繼續努力的~
掃碼打賞,你說多少就多少
贊賞金額會直接到老師賬戶
支付方式
打開微信掃一掃,即可進行掃碼打賞哦