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