On Saturday, May 18, 2019 at 12:55:57 AM UTC+2, Jonathan Potter wrote:
>
> 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).
>
> Yes, it's restored from the working copy metadata in 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*?
>

Since you've removed the folder with svndumpfilter, there's no trace of the 
folder left. So when you run an update, there's no data telling svn clients 
to remove that folder.
Unfortunately, I don't know of a clean way to get rid of that folder 
without doing a fresh checkout.
Sorry.

Stefan

 

-- 
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/073f6c32-c512-4f99-9636-c61c3b24ffd6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to