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 86713 - "Files to Import" should use some logical order.
Summary: "Files to Import" should use some logical order.
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-07 00:11 UTC by ngbrito
Modified: 2010-03-02 11:28 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Screenshot (75.85 KB, image/jpeg)
2006-10-07 00:12 UTC, ngbrito
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ngbrito 2006-10-07 00:11:57 UTC
As you can see in the attached screenshot, the "Files to Import" panel shows the
entries in a random order.
It would be nice if these were ordered in some logical way.
Suggestions:
1) All the directories first followed by the corresponding files in hierarchical
and alphabetical order.
or:
2) Each directory followed by its files and then its subdirectories with their
files and then the other directories.
Comment 1 ngbrito 2006-10-07 00:12:40 UTC
Created attachment 35011 [details]
Screenshot
Comment 2 Tomas Stupka 2006-10-31 12:41:56 UTC
- ordering the table by the 'repository path' field should get the files group
by the folders they belong to.

- changed the default order tby the 'repository field'
- made the table sorting persistent over different netbeans sessions

fixed 



Checking in settings/HistorySettings.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/settings/HistorySettings.java,v
 <--  HistorySettings.java
new revision: 1.11; previous revision: 1.10
done
Checking in ui/wizards/importstep/ImportPreviewStep.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/importstep/ImportPreviewStep.java,v
 <--  ImportPreviewStep.java
new revision: 1.8; previous revision: 1.7
done
Checking in ui/commit/CommitAction.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/commit/CommitAction.java,v
 <--  CommitAction.java
new revision: 1.46; previous revision: 1.45
done
Checking in ui/commit/CommitTableModel.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/commit/CommitTableModel.java,v
 <--  CommitTableModel.java
new revision: 1.18; previous revision: 1.17
done
Checking in ui/commit/CommitTable.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/commit/CommitTable.java,v
 <--  CommitTable.java
new revision: 1.11; previous revision: 1.10
done
Checking in ui/wizards/ImportWizard.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/ImportWizard.java,v
 <--  ImportWizard.java
new revision: 1.27; previous revision: 1.26
done
Comment 3 Tomas Stupka 2006-11-02 15:30:31 UTC
rollbacked the part with persisting the sort order - because of ungly
sideeffects - has to be reimplemented

Checking in wizards/importstep/ImportPreviewStep.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/importstep/ImportPreviewStep.java,v
 <--  ImportPreviewStep.java
new revision: 1.10; previous revision: 1.9
done
Checking in commit/CommitAction.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/commit/CommitAction.java,v
 <--  CommitAction.java
new revision: 1.49; previous revision: 1.48
done
Comment 4 Jiri Prox 2007-09-17 21:36:29 UTC
Obsolete milestone, please reevaluate
Comment 5 Ondrej Vrabec 2010-03-01 04:28:13 UTC
fix: http://hg.netbeans.org/cdev/rev/54eb8d305285
Comment 6 Quality Engineering 2010-03-02 11:28:37 UTC
Integrated into 'main-golden', will be available in build *201003021507* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/54eb8d305285
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #86713 - "Files to Import" should use some logical order.
persisting sorting state