oshai
oshai

Reputation: 15365

How to display .svn dirs in package explorer / navigator / project explorer, in Eclipse subclipse

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

Answers (1)

Konstantin Komissarchik
Konstantin Komissarchik

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

Related Questions