Filtering Directories [message #77974] |
Sun, 10 August 2008 18:58  |
Eclipse User |
|
|
|
Originally posted by: johnbdr.hotmail.com
Hi everyone,
To get CVS working properly with PDT/Eclipse, I need to set project base
directory to CVS root. But, my CVS tree has thousands of files most of
which I don't need in PDT/Eclipse, and having this many files slows down
PDT terribly! I know that you can use keyword based filters to filter out
directories, but this does not really work because PDT tries to match the
given pattern to every directory (including the ones I want to have in
PDT).
Is it possible to have an explicit include/exclude filter? Something like:
Exclude:
/projects/v1/php*
or
Include:
/projects/v2/php*
instead of having something like "php" or "v1" only? As I mentioned, if I
have v1 as exclude pattern, it will exclude all "v1" instances, including
ones inside /projects/v2/php/ path.
Or, full match would work great too, e.g.:
Exclude:
/projects/v1/php/src/
Thanks in advance.
|
|
|
|
|
|
Re: Filtering Directories [message #78725 is a reply to message #78555] |
Wed, 20 August 2008 09:41  |
Eclipse User |
|
|
|
You might be able to get around it by using working sets. Not sure though.
Just bumped into them today, so I'm not 100% sure how they work, or if
it'll solve the issues you're having. As for PDT being slow, I'm also
using it with "thousands" of files, and it runs pretty much fine. What
version are you using?
|
|
|
Powered by
FUDForum. Page generated in 0.06562 seconds