Filtering Directories [message #77974] |
Sun, 10 August 2008 22: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.
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03122 seconds