Bug 74866 - package replace in java perspective replaces entire project
Summary: package replace in java perspective replaces entire project
Status: RESOLVED DUPLICATE of bug 3979
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 3.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform Team Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-23 17:42 EDT by Jon Nall CLA
Modified: 2004-09-28 09:32 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Nall CLA 2004-09-23 17:42:30 EDT
in the java perspective i have a project with a number of packages. if i right
click on a package name, and choose Replace with->Latest from HEAD, all modified
files in the _entire project_ are replaced with the latest copies from HEAD.

this seems unintuitive. if i right click on a package, only files in that
package should be replaced. if i want to perform an operation on the entire
project, i would right click on the project name.

i'm running 3.0.1 linux x86/gtk
Comment 1 Jean-Michel Lemieux CLA 2004-09-28 09:32:36 EDT
Do you mean the entire project, or all packages. The CVS operations don't
understand that packages are non-hierarchical in the UI, and a replace operation
will run deeply. This means that if you have the following package structure:
o.e.ui
o.e.ui.parts
o.e.ui.actions
If you replace o.e.ui, it will actually replace the other packages as well.

*** This bug has been marked as a duplicate of 3979 ***