No way to clean up broken branches
Bug #1181949 reported by
Alexander Taler
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Plugin for Eclipse |
Triaged
|
Medium
|
Alexander Taler |
Bug Description
If bzr-eclipse fails half way through branching, it can leave folders on the disk, which prevent the user from trying the operation again.
Similarly, if I have checked out a Bazaar branch which contains multiple projects (e.g. bzr-eclipse) then I can delete all of the projects in the Project Explorer, but I can't delete the entire branch.
Perhaps the Project Creation Wizard should offer a flag to remove conflicting directories or projects.
Changed in bzr-eclipse: | |
milestone: | none → 1.3 |
Changed in bzr-eclipse: | |
milestone: | 1.3 → 1.2 |
status: | New → Confirmed |
Changed in bzr-eclipse: | |
assignee: | nobody → Alexander Taler (alex-idereal) |
Changed in bzr-eclipse: | |
milestone: | 1.3.1 → 1.4 |
Changed in bzr-eclipse: | |
milestone: | 1.4 → none |
To post a comment you must log in.
Regarding deleting multiple projects in a single branch, I think we can handle that in BazaarMoveDelet eHook and remove the branch when there is no project left inside. See unimplemented deleteProject method