SVN Error:Error performing cleanup for

这个错误,是由于我误删了lib中的jar导致的

 

首先,下载  sqlite3

然后把sqlite3.exe 放到项目文件夹中的.svn文件夹。

如下:

SVN Error:Error performing cleanup for_第1张图片

接着运行cmd

转到.svn下

SVN Error:Error performing cleanup for_第2张图片

输入dir,查看是否存在

SVN Error:Error performing cleanup for_第3张图片

 

输入sqlite3.exe 便于使用命令

delete from work_queue;

SVN Error:Error performing cleanup for_第4张图片

delete from wc_lock;

SVN Error:Error performing cleanup for_第5张图片

 

使用TortoiseSVN来clear up

SVN Error:Error performing cleanup for_第6张图片

然后还是通过TortoiseSVN工具来update和commit各一下。

idea中的文件就好了。

重新在idea中将误操作的文件 add to SVN,然后Commit一下就可以了。

 

你可能感兴趣的:(Android,Java,IDE编辑器,版本控制器)