I have removed a large data folder from our SVN repository using the svndumpfilter technique (dump repository, filter dump file, create new repository and re-import). That all went fine.
Now I'm trying to work out how to remove the folder from my working copy without having to do a fresh checkout.
What's the best way to remove the local copy of the folder other than doing a fresh checkout?
I have removed a large data folder from our SVN repository using the
svndumpfiltertechnique (dump repository, filter dump file, create new repository and re-import). That all went fine.Now I'm trying to work out how to remove the folder from my working copy without having to do a fresh checkout.
- If I do an update as normal, nothing happens.
- If I delete the folder and then do an update it simply comes back (not sure from where, since it's not in the repo any more - I guess from within the depths of the .svn folder).
- I have tried a Clean Up, it makes no difference.
- I expect it would cause problems if I deleted it locally and then did a commit so I haven't tried that (yet).
- If I right click on the folder to view the log for it, I get a message saying it doesn't exist in the current revision, so it's clearly gone from the repository.
What's the best way to remove the local copy of the folder other than doing a fresh checkout?