Community
Participate
Working Groups
NOTE: This assumes the CVS plugin feature "Compute deep outgoing state for folders" is ON With the Java perspective under the Package Explorer view when a file is changed and managed by CVS the decorator improperly marks related packages in FLAT layout. Decorator appears to work fine in hierarchical layout. for example with a change in this hierarchy: src com foo (some files here...) bar1 (some files here...) bar2 (some files here...) A change to a source file in bar2 (only) in flat layout currently looks like this: +src.com.foo (No '+' should be here if no files changed in "foo") src.com.foo.bar1 +src.com.foo.bar2 (I would expect changed indicator only here in flat layout) (Where '+' is the changed indicator...) In the hierarchical view: +src +com +foo bar1 +bar2 (+'s along the hierarchy are logically correct) Perhaps this is related to bug 36292?
*** This bug has been marked as a duplicate of 3979 ***