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

后端 未结 9 1450

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: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)

提交回复
热议问题