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

Re: sort order

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sun, 06 Feb 2011 11:30:16 +0100

On 05.02.2011 18:43, Paul Maier wrote:
> Hello,
>
> please see attached screen shot of the repo browser.
>
> The sort order is by file name, but the repo browser displays the files in the
> following order:
>
> 20101028 xxx
> 20110126 yyy
> 2010120702 zzz [2010-Dec-07, sequence number 02]
>
> Obviously Tortoise thinks, the huge number at the beginning of the last file name is
> bigger than the other file names' numbers, so sort it at the end.
>
> Standard Windows has a similar heuristic, but for Windows, I could switch that off,
> by setting that registry key:
>
> HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
> NoStrCmpLogical REG_DWORD 0x1
>
> With this setting, the Windows file explorer sorts as I expect it (like in Unix, no special
> heuristic, which may appear logical in some cases, but not in my use case):
>
> 20101028 xxx
> 2010120702 zzz [2010-Dec-07, sequence number 02]
> 20110126 yyy
>
> Is there a similar setting possible for Tortoise? To make the repo browser sort
> without heuristic?

As of r20830, the repo browser honors the registry setting of the explorer.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2702497
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-02-06 11:30:28 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.