Reputation: 15365
I want to be able to see the .svn directories when I look at a files and directory view in eclipse. How would I do that?
Upvotes: 1
Views: 958
Reputation: 29139
In Project Explorer view locate a down facing triangle in the upper right corner. That will activate a pull down menu. Select Customize View and then turn off ".* resources" filter. This filter removes files and directories with names that start with ".".
Upvotes: 3