How can I make Eclipse file search not include svn directories?

后端 未结 9 1452

When I do a file search on eclipse it includes the .svn directories by default. I tried excluding them from the build path but they still appear on file search

相关标签:
9条回答
  • 2020-12-24 05:35

    Ah - OK. I don't use SubVersion per se, but would this be of any use? It claims it can do what you want...

    0 讨论(0)
  • 2020-12-24 05:36

    If you install the subclipse plugin then it automatically excludes the .svn directories (plus provides some other cool stuff in the IDE).

    http://subclipse.tigris.org/

    If it does not work, simply restart Eclipse (sometimes it's needed on a fresh checkout)

    0 讨论(0)
  • 2020-12-24 05:39

    Spaceman is right. With Helios, choose Project -> Properties -> Resource -> Resource Filters and then add an exclude filter for type "Folder" with name .svn.

    0 讨论(0)
提交回复
热议问题