You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "C.A.T.Magic" <c....@gmx.at> on 2004/03/09 11:31:43 UTC

Re: file name collation

>----- Original Message ----- 
>From: "Kalle Olavi Niemitalo" <ko...@iki.fi>
>To: "Subversion" <de...@subversion.tigris.org>
>Sent: Tuesday, March 09, 2004 11:11
>Subject: file name collation (was: .svn vs _svn on VS.NET (ASP.NET))


>Sean Cavanaugh <se...@dimensionalrift.com> writes:

>> Sort order is a bit weird (using WinXP here)
>>
>> !#$%&().;@[]^_`{}~+=0123456789abcdef'-ghijklmnopqrstuvwxyz

>Finnish version of Windows XP Professional SP1:

>'- !#$%&(),.;@[]^_`{}~¨´+=£§0¼½¾123456789abcdefghijklmnopqrstuvwxyüzåäö

>> Not too sure where the unicode characters fall into this, but ' and -
>> in the middle of a-z was definitely a surprise.

>Here, it seems to depend on the rest of the file name.
>For example, "foo" < "'foo" < "-foo" < "fool".
>Likewise, "v" < "w" < "va" < "wa".
>That must have been interesting to implement.


windows is also trying to sort numbered files like "foo2"
before "foo10", and tries to ignore 'extra' characters like
dashes - (or number signs?) leading to weird bugs like
http://support.microsoft.com/default.aspx?scid=kb;en-us;318872
so just don't expect some really predictable
behaviour from windows (explorer) ;-)

:-)
c.a.t.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org