How do you remove a file from being version controlled without deleting the file in subversion?
问题 I accidentally added a binary file to SVN with the add command, and now I want to remove it from being version controlled, but not delete the file. How do I do this? 回答1: svn rm --keep-local 回答2: If you didn't commit yet, you can use "svn revert" to undo the add. 回答3: As already mentioned svn rm --keep-local is the way to go. A handy shortcut for those of you using TortoiseSVN: "Delete (keep local)" is available on the TortoiseSVN sub-menu if you hold the Shift button while right-clicking the