I\'m developing a ColdFusion website using Aptana. We\'re using SVN for version control.
I renamed a few files and am now trying to commit one of them, but I\'m gett
svn commit 'R:\myPath\My-New-File-Name.cfm' 'R:\myPath\My-Old-File-Name.cfm' -m "message"
works for me. You just also need to include the deleted file.