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
TortiseSVN open the file in windows explorer. select the file,right click,use TortiseSVN->unversion and add to ignore list
then the file will get rid of the SVN,becomes normal file. thus you can do the operation to add the file to SVN,and submit it.
i use the solution solve to the issue.