I have the following SVN structure:
iPhone -> Project A -> trunk, branch, tags
iPhone -> Project B -> trunk, branch, tags
iPhone -> Project C -> trunk, branch, tags
iPhone is a repository, the other levels are just folders within the repository.
I wish to change this structure so that each project is within its own repository. How do I do this whilst maintaining the version history? Is it possible to dump on a specific folder within a repository and then load that folder back in to a fresh repository?
Thanks,
Joe