问题
How do I do this in Subclipse:
svn rm --keep-local file
回答1:
This option is not exposed in Subclipse. So you have to stash the file somewhere and then delete it and commit it and put it back locally.
来源:https://stackoverflow.com/questions/8062428/remove-file-from-repository-without-deleting-local-copy