Hello
I have the following repositories:
/var/svn-repos/
/project-repo1/
/project-repo2/
/project-repo3/
I would like to change this to:
/var/svn-repos/new-super-repo/
/project-folder1/
/project-folder2/
/project-folder3/
where project-repos1..3 are separate repositories and project-directory1..3 are directories of the "new-super-repo" repository. Is this possible? Will the history from the previous repositories be lost?
Thanks