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