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

Re: Case-insensitivity causes data loss under win32

From: Christopher Baus <chris_baus_at_yahoo.com>
Date: 2003-10-10 23:39:39 CEST

>
> I expect that this way lies a nasty mess of
> surprises. It's not the OS
> that is case-sensitive/preserving, it's the file
> system. If you use
> SAMBA to (e.g.) mount an NTFS drive on a UNIX box,
> what's the case
> there? Similarly, what happens when you mount a case
> sensitive file
> system on to Windows?
>
> Greg

NTFS actually is case sensitive it just that most of
the windows APIs in the presentation layer happily
ignore this. The case sensitivity issue has already
bitten once in the short time I've been using svn. I
added files with the same name, but different
sensitivity, from Unix and checked them out under
Windows. Bam, weird errors, co fails.

<RANT>
While NTFS is a modern file system, in practice the
Windows file system is a hopeless pile of crap.
</RANT>

I feel better now.

Christopher

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 10 23:41:07 2003

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.