Eclipse tends to like picking up .svn folders and throwing them into the /bin directory. For me, this defeats the purpose of doing a svn-ignore on the /bin directory. To prevent this from happening:
Configure Build Path > Source tab, under each SOURCE (or resource) directory, set the following excludes:
.svn
**/.svn/**
Clean & rebuild
No comments:
Post a Comment