Remove File from Repository without deleting local

2019-06-21 23:40发布

问题:

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.