| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=1.1 required=5.0 tests=AWL,BAYES_00,BOTNET |
| X-Spam-Check-By: | sourceware.org |
| Message-id: | <49AEB199.7070308@acm.org> |
| Date: | Wed, 04 Mar 2009 08:51:37 -0800 |
| From: | David Rothenberger <daveroth AT acm DOT org> |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.6.666 |
| MIME-version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Renaming issue, changing case only. |
| References: | <200903032026 DOT n23KQB8n013457 AT mail DOT pdinc DOT us> <49ADFA29 DOT 3000702 AT acm DOT org> <49ADFDF4 DOT 5090209 AT acm DOT org> <20090304084540 DOT GY10046 AT calimero DOT vinschen DOT de> |
| In-reply-to: | <20090304084540.GY10046@calimero.vinschen.de> |
| X-IsSubscribed: | yes |
| Reply-To: | cygwin AT cygwin DOT com |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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 3/4/2009 12:45 AM, Corinna Vinschen wrote:
> 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.
Or it's a problem with the operator. :-) Seems I wasn't actually running
in Cygwin 1.7 when I thought I was. Plus, I was using a /cygdrive path
with case-sensitivity turned off.
I will retry again today with a proper 1.7 environment. If this works
with 1.7, I'm not going to try to patch svn for 1.5. Otherwise, I'll
investigate further.
--
David Rothenberger ---- daveroth AT acm DOT org
Default, n.:
The hardware's, of course.
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |