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

Re: A List of Issues

From: <peter.westlake_at_arm.com>
Date: 2002-06-06 16:56:47 CEST

Patrik meant to CC the list.

On 2002-06-06 15:29:44 Patrik Husfloen wrote:
>
>You can't have a file named "FILE" and "file" in the same dir,
>in windows that's the same name. as someone said earlier on this thread,

This can happen if you mount a Unix directory as a network drive.
It is possible to create files like this with NTFS as well, using
the FILE_FLAG_POSIX_SEMANTICS flag.

>You can't have a file named "FILE" and "file" in the same dir,
>in windows that's the same name. as someone said earlier on this thread,
>win32 isn't case sensitive, but it is case preserving, meaning if you
>save something called "fiLE" windows will display it as such, but it
>will not allot another file with the same name but different caseing.

This can't be done from the Explorer, but a program can do it.
Plus network drives, as above.

Peter.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 6 16:57:46 2002

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.