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 189340 - SVN checkout - repository folders not ordered alphabetically by default
Summary: SVN checkout - repository folders not ordered alphabetically by default
Status: RESOLVED WORKSFORME
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: -S1S-
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks: 189312
  Show dependency tree
 
Reported: 2010-08-10 09:09 UTC by Ondrej Langr
Modified: 2010-08-11 14:09 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 Ondrej Langr 2010-08-10 09:09:37 UTC
Usability study - finding #10

Default ordering should be alphabetical, unless there is a good reason for other type of ordering. 

Is this the case? Do we have a good reason for current ordering? If so, feel free to close, if not, please change to alphabetical.
Comment 1 Tomas Stupka 2010-08-11 14:09:14 UTC
the order is given by the svn list command which sorts uppercase grouped together before lowercase - e.g. A B C a b c. 
btw - the same way like e.g. osx does.

closing for now, but feel free to reopen in case you still think we should apply some different algorithm