My working copy is in an inconsistent status:
$ svn status
svn: E155037: Previous operation has not finished; run 'cleanup' if it was interrupted
$ svn cleanup
svn: E155010: The node '<myprojectpath>/libs/armeabi/gdbserver' was not found.
I’m stucked on it. There is a solution to solve this?
Thanks.
I had the same problem and I found that is quite simple to solve (in my case).
Open a console and go to the folder presenting the problem (in you case
<myprojectpath>/libs/armeabi/gdbserver).Run
svn up. It will show you a line presenting the same errorsvn: E155010:....Run
svn cleanup.Run
svn upagain: a menu will be showed allowing you to edit/resolve/accept/… a particular configuration:Run
svn upto be sure that the conflict is resolved:That’s all. Hope could be useful for someone.