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
You need svnadmin dump as described in this example.
A quick version that does it all is this
All these commands requires access to the svn server. Without it it’s not possible (or, it is but don’t go there)