11

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?

jscs
  • 63,694
  • 13
  • 151
  • 195
user635064
  • 6,219
  • 12
  • 54
  • 100

1 Answers1

5

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.

jules
  • 840
  • 6
  • 14