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

后端 未结 9 1495

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

    Following up on Mark Ingram's excellent answer, simply installing the plugin won't get you there -- You'll still need to Share your project in order for the automatic Search filtering to take hold. After you set up the SVN repository location from within the Subeclipse view you may Share your project by doing the following:

    1. From within Package Explorer, right-click the project name
    2. Select the Team context menu option and then Share Project....
    3. Step trough the wizard to tie your project to its location in the svn repository
    4. Once you complete that and the workspace rebuilds you are all set to enjoy filtered search.

提交回复
热议问题