Remove File from Repository without deleting local copy
Asked Answered
S

1

5

How do I do this in Subclipse:

svn rm --keep-local file
Stormy answered 9/11, 2011 at 8:55 Comment(0)
M
11

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.

Mahoney answered 9/11, 2011 at 16:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.