I have a lot of changes in a working folder, and something screwed up trying to do an update.
Now when I issue an \'svn cleanup\' I get:
>svn clea
I hit an issue where following an Update, SVN showed a folder as being conflicted. Strangely, this was only visible through the command line - TortoiseSVN thought it was all fine.
#>svn st
! my_dir
! my_dir\sub_dir
svn cleanup
, svn revert
, svn update
and svn resolve
were all unsuccessful at fixing this.
I eventually solved the problem as follows:
Following that, everything was fine.
Note I didn't have any local changes, so I don't know if you'd be at risk if you did. I didn't use the delete / update method suggested by others - I got into this state by trying that on the my_dir/sub_dir/sub_sub_dir directory (which started with the same symptoms) - so I didn't want to risk making things worse again!
Not quite on-topic, but maybe helpful if someone comes across this post as I did.