Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide .svn folder in Eclipse and not show empty packages?

How can I hide .svn folder in Eclipse and not show empty packages at the same time?

enter image description here

Eclipse shows these packages because there is a .svn folder there.

I'm using TortoiseSVN.

like image 545
VextoR Avatar asked Jun 17 '11 06:06

VextoR


People also ask

How do I show hidden packages in Eclipse?

To show empty parent packages: Select the Filters command from the Package Explorer's drop-down menu. In the exclude list clear the checkbox for Empty parent packages.

Where is the .SVN folder?

svn folder is in the root folder now, and this contains all of the info for the checkout. You should now be able to simply copy the folder and check it in.

How do I see all files in eclipse?

The Eclipse search dialog box allows you to search for files that contain a literal or a character pattern in the entire workspace, a set of projects, a specific project or folders selects in the package explorer view. Clicking on the Search menu and selecting Search or File or Java. Clicking Ctrl + H.


2 Answers

In Package Explorer you have the option "Filters..." (click on the small triangle) where you can filter empty packages.

like image 83
natros Avatar answered Nov 07 '22 05:11

natros


What natros said. More info for users of Eclipse Helios:

Go to Project -> Properties -> Resource -> Resource Filters and add a filter that excludes all folders where name matches '.svn'.

Don't forget to check the 'All children (recursive)' box.

like image 30
Jon Weers Avatar answered Nov 07 '22 03:11

Jon Weers