I have been asked to combine multiple (several hundred) svn repositories into a single repository. (Management decision)
I need to import the full revision history, BUT instead of having multiple trees of Trunk, Branches, Tags, I need a single Trunk, Branches and tags folder at the top level. Each existing repository would become a folder under those folders.
Management wants the full history to be imported. (If possible, they'd like the old revision number to be stored as an attribute)
Has anyone done this? Is there a tool to do it?