Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted
  2.  
  3. Install sqllite (32 bit binary for windows) from here 下載 sqlite-shell-win32
  4. sqlite .svn/wc.db “select * from work_queue”
  5.  
  6. The SELECT should show you your offending folder/file as part of the work queue. What you need to do is delete this item from the work queue.
  7.  
  8. sqlite .svn/wc.db “delete from work_queue*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement