[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

rename command fails on OSX

From: Mark Branson <mark_at_atmos.colostate.edu>
Date: Wed, 24 Feb 2010 14:23:27 -0700

trying to change a file extension from ".f90" to ".F90". tried using quotes but that fails, too. what am i missing?

/Users/mark/mmf/SPCAM/trunk/models/atm/cam/src/physics/crm> svn move abcoefs.f90 abcoefs.F90
svn: Path 'abcoefs.F90' is not a directory
/Users/mark/mmf/SPCAM/trunk/models/atm/cam/src/physics/crm> svn move "abcoefs.f90" "abcoefs.F90"
svn: Path 'abcoefs.F90' is not a directory
/Users/mark/mmf/SPCAM/trunk/models/atm/cam/src/physics/crm> svn move 'abcoefs.f90' 'abcoefs.F90'
svn: Path 'abcoefs.F90' is not a directory
Received on 2010-02-24 22:24:07 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.