天天看点

svn please execute the 'Cleanup' command.

1.  svn 报这个错: please execute the 'Cleanup' command

svn please execute the 'Cleanup' command.

2.   下载sqllite

https://www.sqlite.org/download.html  

下载sqlite-tools-win32-x86-3290000 这种类型包

3. 把sqllite3.exe,复制到.svn的同级目录

svn please execute the 'Cleanup' command.
4.  在.svn的同级目录,执行如下命令

sqlite3.exe .svn/wc.db "select * from work_queue"

   该命令可以查看当前挂起的svn操作

sqlite3.exe .svn/wc.db "delete from work_queue"

    该命令可以删除当前挂起的svn操作
svn please execute the 'Cleanup' command.

5.  执行删除后再执行cleanup就可以

svn please execute the 'Cleanup' command.