I recently did a checkout and the operation stalled so I did a control-c to cancel. After removing the files from the directory (including the .svn directory), I attempted to do another checkout and received the following error:
svn: E155037: Previous operation has not finished; run 'cleanup' if it was interrupted
Looking at other posts, the most likely solution is to do an SVN cleanup in the current working copy, however, the directory I am trying to checkout into isn't even a working copy. In fact, if I create a new folder and try to do a checkout from there I get the same message. If I do an svn cleanup from this directory, I get the expected error message:
svn: E155007: 'C:\Users\workspace\project1' is not a working copy directory.
Is there a global database that SVN uses I need to flush? I am using Windows 7 and I have Tortoise SVN installed but I am using the CollabNet Subversion Command-Line Client v1.8.9 (for Windows) for all my operations. I did however clear all log files associated with Tortoise SVN.