前几天用SVN提交代码时突然报了一个问题:Previous operation has not finished; run 'cleanup' if it was interrupted,后上网搜索自己也很快解决了,今天有时间记录一下我自己的具体解决方法。
步骤一:
去Sqlite官网下载页:http://www.sqlite.org/download.html,选择你所属系统的工具,我是Windows,所以选择 ,下载完成以后解压,点击
,输入命令
步骤二:
找到由于你操作文件而报错误的地方,然后右击文件,点到TortoiseSVN,选择clean up,即可完成。SVN就是正常使用了!