Question

How do I do this in Subclipse:

svn rm --keep-local file
Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top