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. - 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*? -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/cc62d99a-5a5b-453c-aa21-e2d78f69b825%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
