X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Message-Id: <200903041256.n24CulDm001597@mail.pdinc.us> From: "Jason Pyeron" To: Subject: RE: Renaming issue, changing case only. Date: Wed, 4 Mar 2009 07:57:47 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <20090304084540.GY10046@calimero.vinschen.de> X-IsSubscribed: yes 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 > -----Original Message----- > From: cygwin-owner AT cygwin DOT com > [mailto:cygwin-owner AT cygwin DOT com] On Behalf Of Corinna Vinschen > Sent: Wednesday, March 04, 2009 3:46 > To: cygwin AT cygwin DOT com > Subject: Re: Renaming issue, changing case only. > > 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 As is said below there is no problem with cygwin and the rename. > >> > >> 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. But as this works on other platforms it appears to be a cygwin platform only bug in svn. If here is not the best place, where should this be addressed? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100 - - +1 (443) 269-1555 x333 Baltimore, Maryland 21218 - - - -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- This message is copyright PD Inc, subject to license 20080407P00. -- 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/