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
Various clients seem to handle this better than others..
AnkhSVN for Visual Studio encounters this error and can't deal with it.
TortiseSVN (shell extension) works though - it knows to delete the old file and add the new one.
So if you're on Windows an easy way to work around this is to use TortiseSVN from Explorer to do a commit on the directory (which deletes the old file name and adds the new one).