This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Renaming issue, changing case only.


$ 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
$


    Cygwin DLL version info:
        DLL version: 1.7.0
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 193
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygdrive default prefix:
        Build date: Mon Feb 9 22:27:00 CET 2009
        Shared id: cygwin1S5

Cygwin Package Information
Package                 Version                 Status
cvs2svn                 2.1.1-1                 OK
subversion              1.5.5-2                 OK
subversion-apache2      1.5.5-2                 OK
base-cygwin             1.2-1                   OK
cygrunsrv               1.34-1                  OK
cygutils                1.3.2-1                 OK
cygwin                  1.7.0-40                OK
cygwin-doc              1.5-1                   OK
cygwin-x-doc            1.0.4-1                 OK



--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]