This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 90949 - localhistory: Deletion for folders doesn't work.
Summary: localhistory: Deletion for folders doesn't work.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Localhistory (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: diff-issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-12 12:45 UTC by Peter Pis
Modified: 2007-01-09 08:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2006-12-12 12:45:51 UTC
NetBeans IDE Dev (Build 061212)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b104
Linux version 2.6.9-1.667 running on i386
en_US (nb); UTF-8

Steps:
1. Open project.
2. Add new packages "a.a.a" and inside of each package add new "Java" file.
3. Switch to "Files" view and select the top "a" package and invoke "Delete"
popup menu action. Confirm upcoming dialog. All "a" packages and their content
should disappear.
4. Now select the parent folder of "a" package and invoke "Local History |
Revert Deleted" action.

Only the first one of "a" package is reverted. All others are lost.
Comment 1 Tomas Stupka 2006-12-13 09:13:29 UTC
fixed

Checking in ui/view/LocalHistoryView.java;
/cvs/versioncontrol/localhistory/src/org/netbeans/modules/localhistory/ui/view/Attic/LocalHistoryView.java,v
 <--  LocalHistoryView.java
new revision: 1.1.2.5; previous revision: 1.1.2.4
done
Checking in store/LocalHistoryStoreImpl.java;
/cvs/versioncontrol/localhistory/src/org/netbeans/modules/localhistory/store/Attic/LocalHistoryStoreImpl.java,v
 <--  LocalHistoryStoreImpl.java
new revision: 1.1.2.8; previous revision: 1.1.2.7
done
Checking in ui/actions/RevertDeletedAction.java;
/cvs/versioncontrol/localhistory/src/org/netbeans/modules/localhistory/ui/actions/Attic/RevertDeletedAction.java,v
 <--  RevertDeletedAction.java
new revision: 1.1.2.5; previous revision: 1.1.2.4
done
Comment 2 Peter Pis 2006-12-19 13:42:56 UTC
Verified.
Comment 3 Peter Pis 2007-01-09 08:30:52 UTC
Reassigning localhistory issues to appropriate component.