How do I do this in Subclipse:

svn rm --keep-local file
link|improve this question

70% accept rate
feedback

1 Answer

up vote 3 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.