用Tortoise更新本地SVN时报错:

SVN:Previous operation has not finished; run 'cleanup' if it was interrupted

在网上找到两种方法;1. 用sqlite清除下数据库wc.db的work_queue。尝试未果;2. 安装svn客户端命令行,成功!所以这里只介绍第二种方法。

1. 打开Tortoise安装包,在第二步选择Modify模式:

SVN:Previous operation has not finished; run 'cleanup' if it was interrupted

2. 勾选“Command”

SVN:Previous operation has not finished; run 'cleanup' if it was interrupted

3. 安装完成。

4. 进入工作目录

(Shift+右键——>“在此处打开命令窗口”)输入:svn cleanup命令,直到运行完成,则可以了!

 SVN:Previous operation has not finished; run 'cleanup' if it was interrupted

 

相关文章: