Re: rename command fails on OSX

2010-02-24 Thread Ryan Schmidt
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

Re: rename command fails on OSX

2010-02-24 Thread Mark Phippard
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

rename command fails on OSX

2010-02-24 Thread Mark Branson
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