X-Spam-Check-By: sourceware.org
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; 	charset="us-ascii"
Subject: How to rename file case-sensitive?
Date: Mon, 13 Aug 2007 16:38:07 +0200
Message-ID: <387E9FC1619C0849BA8934938037E54F0F5CAF@sv-muc-004.venyon-mail.local>
From: "Ronald Fischer" <ronald.fischer@venyon.com>
To: <cygwin@cygwin.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id l7DEcJA8022852

Is there an easy way to rename a file foo to Foo?

mv foo Foo 

complains that they are the same file. From the FAQ
I learned that this is due to the limitations of 
Windows which does not distinguish between case
in file names. The FAQ also says that there is a
"highly experimental" case-sensitive file system
available. 

Not being prepared yet to live in a highly
experimental way, I'm curious whether there
is a simpler solution to the rename problem
aside from the obvious hack

  mv foo bar; mv bar Foo

-- 
Ronald Fischer <ronald.fischer@venyon.com>
Phone: +49-89-452133-162

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


