[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Sorting Bug

From: Ron Wilson <ronw.mrmx_at_gmail.com>
Date: Thu, 24 Jan 2008 12:57:50 -0500

Fomr your list of folders, for example, "4.907" the "4" is treated as the
name and the "907" is treated an extension to the name. Appearently the
file/folder name sort is doing a 2 field sort, where the fields are the name
and the extension. Since the name part of all the folders is the same, the
list being ordered based on the extension part.

I suspect that if you renamed your folders to "4.907.d", "4.908.d", etc.,
you would get the order you are looking for. (because the name would be "
4.907" and the extension "d")

On 1/24/08, Matthew Bluhm <mbluhm_at_bluhmenterprises.net> wrote:
>
>
>
> My list of subfolders is not sorted correctly
>
>
>
> It show a list of my subfolders as :
>
> 4.907
>
> 4.908
>
> 4.9100
>
> 4.9102
>
> 4.90801 <-- this one should be between 4.908 and 4.9100
>
>
>
>
>
> Here is a screen shot:
>
> [image: cid:image001.png_at_01C85E55.ECA35F60]
>
>
>
>
>
>
>
>
>
> I created a folder named "4.90802" after I created the "4.9102" folder to
> see where it put it. It is listed after "4.90801".
>
>
>
> Otherwise the folders were created in numerical order.
>
>
>
>
>
>
>
> Thanks, You guys are doing a great job!!
>
>
>
> Matthew
>
>
>
>
Received on 2008-01-24 18:57:57 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.