X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 4 Mar 2009 09:45:40 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Renaming issue, changing case only. Message-ID: <20090304084540.GY10046@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <200903032026 DOT n23KQB8n013457 AT mail DOT pdinc DOT us> <49ADFA29 DOT 3000702 AT acm DOT org> <49ADFDF4 DOT 5090209 AT acm DOT org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49ADFDF4.5090209@acm.org> User-Agent: Mutt/1.5.19 (2009-02-20) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Mar 3 20:05, David Rothenberger wrote: > On 3/3/2009 7:48 PM, David Rothenberger wrote: >> On 3/3/2009 12:27 PM, Jason Pyeron wrote: >>> $ svn mv CustomerInventoryAction.java CustomerinventoryAction.java >>> svn: Path 'CustomerinventoryAction.java' is not a directory >>>[...] >>> But mv is okay. >>> >>> $ touch XyzzY.txt >>> $ mv XyzzY.txt Xyzzy.txt >> >> coreutils has some magic to make this work that is lacking in >> subversion or libapr1 or libaprutils1. Does this work with Cygwin 1.7? > > Doesn't work with Cygwin 1.7, either. > > The work-around is to do a commit between moves: > % svn mv file File.tmp > % svn commit -m '' > % svn mv File.tmp file > % svn commit -m '' Cygwin 1.7 itself has no problems to rename a file just case-wise, neither under casesensitive mount points nor under caseinsensitive mount points. This looks like a problem in svn. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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/