Is it possible to hide .svn files in the Open Resource dialog (Ctrl + Shift + R) of Eclipse?
It\'s very annoying when you have hundreds of files...
Cheers.
Try the following:
Project > Properties > Resource > Resource Filters > Add
Select: Exclude All, Folders, All Children (recursive)
Name Matches: .svn
OK and Apply