Telling Eclipse to ignore .svn folders

eclipse usually builds the .class files in a seperate binary folder named bin. Therefore it copies the directory structure and files from the src folders, which means that eventual .svn folders are duplicated in the bin tree, leading to irritation among subversion clients such as TortoiseSVN.

In order to overcome the problem, you can add .svn as a filtered resource. Open the properties dialog for your workspace or for your project, go to: Java Compiler | Building and add “.svn” to the list of ‘Filtered resources:’ under ‘Output folder’.