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

Re: [Issue 1495] - Case sensitivity problem using file: on Windows

From: John Peacock <jpeacock_at_rowman.com>
Date: 2003-09-03 04:46:23 CEST

Jack Repenning wrote:
> I've never done any of this, but I understand that recent Windows
> systems (?since NT4?) can enable "Posix file system mode," which
> includes case sensitivity. I also understand that this breaks lots of
> Windows programs, since they were bred and born case-insensitive. But I
> wonder if you can't create a non-boot drive that's POSIX, so long as
> you're happy with using only case-sensitive-capable tools on it. Like,
> say, Subversion.

I don't think you should recommend this. While it is true that M$loth
implemented enough of POSIX 1003.1-1990 (POSIX.1) to claim basic compatibility,
it is apparently very easy to accidently trash your file system. Only the POSIX
tools themselves (which have not been developed since they were first released
with NT4 Resource Tool Kit I believe) support directory entries with POSIX
enabled. None of the system libraries support POSIX, so anyone turning this on
would be unable to access the drive in any way except via the very primative
(and slow) POSIX tools.

The following M$loth KB entry is also quite scary:

        http://support.microsoft.com/support/kb/articles/Q246/0/26.ASP

Anyone requiring a case-sensitive filesystem should not use NTFS...

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 3 04:46:56 2003

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.