Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN error on eclipse with Delete operation (aparently)

I have an Android project on Eclipse (STS) and it is giving me this error last time I tried to compile:

The project was not built due to "SVN: '0x00000119: Delete' operation finished with error". Fix the problem, then try refreshing this project and building it since it may be inconsistent

Google was not very helpful.. Only 9 hits

like image 230
pablisco Avatar asked Nov 23 '11 16:11

pablisco


2 Answers

I had the same problem, I disconnected and connected the project from the SVN. In the project, right click, TEAM>Disconnect and the problem was solved

like image 136
Fernando Avatar answered Sep 27 '22 20:09

Fernando


I would discard your current project and rebuild the project files again, importing the codebase :(

Update: JohnEye recommends trying an svn cleanup first and this may solve your issue. If not, see above.

like image 36
Lucas B Avatar answered Sep 27 '22 22:09

Lucas B