I have an SVN repository that I want to reduce the disk space on by removing the history. Because SVN doesn't let you edit the history, I have to take a dump, filter the history out of the dump, delete the old repository, then create a new repository from the slimmed down dump.
So my question is, if I create a new repository with an identical name, will that retain all the existing config (like domain bindings, https access) and work smoothly, or am I going to end up with lots of dangling data and I'm better giving it a different name and reconfiguring everything from scratch?
Thanks.