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?
Eclipse shows these pack开发者_高级运维ages because there is a .svn folder there.
I'm using TortoiseSVN.
In Package Explorer you have the option "Filters..." (click on the small triangle) where you can filter empty packages.
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.
Install the Subclipse plugin. Eclipse will hide the .svn folders and start supporting SVN natively through Team menu.
It seems you don't have SVN plugin installed in Eclipse. It should do the magic. Try Eclipse's Subversive
精彩评论