"Ignored Resources" not ignored by "Compare w. Head Rev"
Status: Beta
Brought to you by:
dcorbin
With Eclipse 3.0 & p4eclipse 0.6.24:
1. Window->Preferences->Team->Ignored Resources.
2. Add "*~" and "*.class" if they aren't already in the
list.
3. Create a file called Foo.class in your project
directory.
4. Right click your project, select "Compare With ->
Head Revision".
Current behaviour:
The compare view tells me that Foo.class is a new file.
Expected behaviour:
Since I've told Eclipse to ignore .class files,
Foo.class shouldn't be in the compare view.
Logged In: YES
user_id=131866
I've reported this on
https://bugs.eclipse.org/bugs/show_bug.cgi?id=70207 as well,
and they're unable to repro this with their CVS plugin.
Thus, this probably is specific to p4eclipse rather than
being a problem with Eclipse.