开发者

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?

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

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜