On Thu, Nov 21, 2024 at 11:18:46AM +0100, Dr. Thomas Orgis wrote: > Now, if I did checkout part of a tree that is not really supposed to be > part of the deployment, or which was supposed to be part of it but not > now, I'd like a clean way to remove that from the working copy, without > touching the repository. > > I see > > svn rm --keep-local > > but wonder if we could have > > svn rm --keep-remote > > too? Is this something tricky to do with the current wc format? I guess > not. Maybe I could implement it, given a starting point.
Hi Thomas, Does svn update --set-depth=empty do what you need?