There are a lot of posts on moving a Subversion history with version history but i am looking to do something different.
Basically we have a repository that has been used as a proof of concept and we want to archive this. However we want to create a new repository with the latest version of some the code but with author histroy saved but it's a fresh start so we aren't interested in keeping the version history. Plus we are trying to keep the repository size down as there were binaries saved in the past that is causing the repository to be far too large.
I will also at the same time want to remove some of the folders which I think I can use the dump filter on?
As I want to keep user information checking out and checking back into the new place wouldn't be the preferred option.