How do I do this in Subclipse:

svn rm --keep-local file
有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top