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

Re: Possible to check the same file in twice?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-01-31 19:48:15 CET

Toby Johnson <toby@etjohnson.us> writes:

> Philip Martin wrote:
>
>>As far as I can see that script uses case conversion rules provided by
>>perl. Are perl's rules the same as those used by OS/X? Are perl's
>>rules the same as those used by Windows? Do OS/X and Windows use the
>>same rules as each other? Does OS/X, or Windows, use the same rules
>>on all filesystems?
>>
>>
> If you are using Perl 5.8, you can instruct it to honor the LC_COLLATE
> environment variable by inserting a "use locale" statement into the
> code. In this case, it should use your locale to convert character
> case correctly. See
> http://www.perl.com/doc/manual/html/pod/perllocale.html for more
> information.

I'm not sure what to do with that information :) Is it the answer to
one of my questions above? Please bear in mind I don't know much
about Windows, or OS/X, internals; in particular I don't know what
rules they use when determining whether two filenames match.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 31 19:49:31 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.