Remove File from Repository without deleting local copy

可紊 提交于 2019-12-23 10:15:55

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!