On Feb 24, 2010, at 15:23, Mark Branson wrote:
> trying to change a file extension from ".f90" to ".F90". tried using quotes
> but that fails, too. what am i missing?
This is a FAQ:
http://subversion.apache.org/faq.html#case-change
Subversion cannot rename an item when you change only its case unless
the underlying filesystem is case sensitive. OSX and Windows
filesystems are case-preserving but not case-sensitive. You should be
able to rename this item directly in the repository and then run svn
update. Or rename it on Li
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/ca