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

Re: case sensitivity questions - oh no!!

From: Martin Tomes <lists_at_tomes.org>
Date: 2005-07-25 10:46:28 CEST

John wrote:
> Martin Tomes <lists <at> tomes.org> writes:
>
>
>>I think we are missing the real point here. What matters is how the
>>*client* does the case folding, and there is no guarantee that it will
>>do that correctly for the locale to the extent you describe. So, does
>>anyone know what Windows and MacOS/X do?
>
>
> Do you favour communicating the client folding rules (locale?) to the server,
> and getting that to perform the checks, or doing it entirely client-side?

No, I favour finding out what the problem really is before trying to
solve it! The issue is that the server needs to be persuaded not to
allow case insensitive file name clashes as they are defined by the
client. If it turns out client use a dumb case check then solving the
problem at the server end may turn out to be easy. Given that Windows
uses Unicode for everything I would not be surprised if it did a generic
case comparison for all locales (well, one can dream!).

-- 
Martin Tomes
echo 'martin at tomes x org x uk'\
  | sed -e 's/ x /\./g' -e 's/ at /@/'
Visit http://www.subversionary.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 25 10:48:57 2005

This is an archived mail posted to the Subversion Dev mailing list.

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