Remove file from SVN repository without deleting local copy
问题 How can I "delete" a file which is already in the SVN repository without deleting it from my file system? TortoiseSVN or command line instructions are welcome. The following works, but I am hoping for something nicer: Copy the file to some other location outside the repository. SVN Delete the file. Commit Copy the files back and make sure to ignore them on future commits. 回答1: svn delete --keep-local the_file 回答2: Deleting files and folders If you want to delete an item from the repository,