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
sudo svn rm offendingfile --force
sudo svn commit -m ''
Done