Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Warning about blocking item under version control (Xcode 4)

I just added TouchXML to my project and it's telling me that:

warning: Obstructing: /**/Classes/Creation is blocking item under version control

also, same thing for Tidy:

warning: Obstructing: /**/Classes/Tidy is blocking item under version control

It's just a warning but it's very annoying; how can I get rid of it?

like image 676
user635064 Avatar asked Jun 08 '11 18:06

user635064


1 Answers

I just had the same issue but with my build folder. It was svn issue. after a clean up and update on build folder, I could delete the build folder and add set it to ignore.

Did you use TouchXML from a svn repository? You may check for any ".xxxx" folders.

// Update: I meant running svn cleanup and svn update commands.

like image 129
jules Avatar answered Oct 21 '22 17:10

jules