| 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: | <49ADFDF4.5090209@acm.org> |
| Date: | Tue, 03 Mar 2009 20:05:08 -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> |
| In-reply-to: | <49ADFA29.3000702@acm.org> |
| 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/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
>>
>> $ svn mv src/httpd/html/WEB-INF/jsp/customerInventory.jsp
>> src/httpd/html/WEB-INF/jsp/customerinventory-input.jsp
>> $ svn mv src/httpd/html/WEB-INF/jsp/inventoryResults.jsp
>> src/httpd/html/WEB-INF/jsp/customerinventory.jsp
>> $ svn ci Transmitting file data ..svn: Commit succeeded, but other
>> errors follow:
>> svn: Error bumping revisions post-commit (details follow):
>> svn: In directory 'XXXXXX/src/httpd/html/WEB-INF/jsp'
>> svn: Error processing command 'committed' in
>> 'XXXXXXXXXX/src/httpd/html/WEB-INF/jsp'
>> svn: Error getting 'affected time' for
>> 'XXXXXXXXXX/src/httpd/html/WEB-INF/jsp/.svn/text-base/customerinventory.jsp.svn-
>>
>> base'
>> svn: Can't stat
>> 'XXXXXXXX/src/httpd/html/WEB-INF/jsp/.svn/text-base/customerinventory.jsp.svn-ba
>>
>> se': No such file or directory
>> svn: Your commit message was left in a temporary file:
>> svn: 'XXXXXXXXXXXXXXX/svn-commit.tmp'
>>
>>
>> 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 ''
--
David Rothenberger ---- daveroth AT acm DOT org
Oregano, n.:
The ancient Italian art of pizza folding.
--
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 |