-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Milestone
Description
I have a library in the new format and an example sketch that compiles with Arduino 1.5.4. While doing development, it is nice to test it in its native subversion directory. The trouble is, when the .svn directories exist in the library, something goes horribly wrong with the compile and Arduino tells me that it can't find various include files. If I delete the .svn directories and restart Arduino, then the library example compiles fine. I don't know if this should be called a "bug" or a "feature request" , but it would be awesome if local .svn directories didn't affect the Arduino compile (or any hidden files/directories for that matter).