RE: insensitive case problem in latest cygwin

2005-02-15 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Igor Pechtchanski > Sent: 14 February 2005 21:37 > On Mon, 14 Feb 2005, Mark Paulus wrote: > > > My understanding of Windows implementation of Filesystems > > is that they MIGHT preserve case, but they are not Case > > sensitive. Wh

Re: insensitive case problem in latest cygwin

2005-02-14 Thread Jason Taylor
Funny. I've routinely used cygwin to rename the files from my digital camera before uploading them just using a mv command. I'm on a NTFS file system under both Windows 2000 and Win XP and, before this latest version of cygwin the mv worked fine. (obviously the problem isn't limited to mv) Now

Re: insensitive case problem in latest cygwin

2005-02-14 Thread Igor Pechtchanski
On Mon, 14 Feb 2005, Mark Paulus wrote: > On Mon, 14 Feb 2005 13:45:04 -0500 (EST), Igor Pechtchanski wrote: > > >On Mon, 14 Feb 2005, Jason Taylor wrote: > > >> windows xp > >> The current version of cygwin seems to ignore case in the filesystem. > >> if you open a cygwin bash shell and type > >>

Re: insensitive case problem in latest cygwin

2005-02-14 Thread Mark Paulus
H My understanding of Windows implementation of Filesystems is that they MIGHT preserve case, but they are not Case sensitive. Which is apparently what lead to the whole thing about creating managed filesystems, which not only preserve case, but are also Case Sensitive (as opposed to cas

Re: insensitive case problem in latest cygwin

2005-02-14 Thread Igor Pechtchanski
On Mon, 14 Feb 2005, Jason Taylor wrote: > windows xp > The current version of cygwin seems to ignore case in the filesystem. > if you open a cygwin bash shell and type > > touch AAA > mv AAA aaa > > it says that 'AAA' and 'aaa' are the same filename and doesn't change > the filename. That's the

insensitive case problem in latest cygwin

2005-02-14 Thread Jason Taylor
windows xp The current version of cygwin seems to ignore case in the filesystem. if you open a cygwin bash shell and type touch AAA mv AAA aaa it says that 'AAA' and 'aaa' are the same filename and doesn't change the filename. When I run cygwin setup and go back to the 'prev' version the mv co