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

sort order

From: Paul Maier <svn-user_at_web.de>
Date: Sat, 5 Feb 2011 18:43:59 +0100

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?

Thanks for hints!
Paul

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2702439

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

repobrowser.jpg
Received on 2011-02-05 18:44:27 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.