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

Re: Check out to FAT changes case of a file.

From: Kurt Pruenner <leak_at_gmx.at>
Date: Tue, 08 Sep 2009 11:38:48 +0200

Kevin Grover wrote:
> Anyway, I know FAT is case sensitive (hence the temp file in the rename
> example in the last paragraph), but I though it was case preserving. It
> there something I'm missing about FAT under Linux or is this the
> expected behavior?

I think you mean it's case insensitive...

Anyway - having a look at "man mount":

[...]
| Mount options for vfat
[...]
| shortname=[lower|win95|winnt|mixed]
|
| Defines the behaviour for creation and display of
| filenames which fit into 8.3 characters. If a long
| name for a file exists, it will always be preferred
| display. There are four modes:
|
| lower Force the short name to lower case upon dis-
| play; store a long name when the short name is
| not all upper case.
|
| win95 Force the short name to upper case upon dis-
| play; store a long name when the short name is
| not all upper case.
|
| winnt Display the shortname as is; store a long name
| when the short name is not all lower case or
| all upper case.
|
| mixed Display the short name as is; store a long name
| when the short name is not all upper case.
|
| The default is "lower".

I guess you actually want "mixed" instead of "lower"...

-- 
Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
.......It might be written "Mindfuck", but it's spelt "L-A-I-N".......
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2392297
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-08 11:47:38 CEST

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

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