All,
Can anyone help to resolve the problem for migrating my old server svn repo to new server svn repo.
Here are my issues , I got dump file from my old server
- I have created repo in the new server
- and also created svn directory in the same repo
Now i want to move my dump repo into the directory of the new repo
i tried this below command svnadmin load --parent-dir /path/reponame/directory repo < dump file.
But it was giving me an error "reponame/format file not found" .
Please anyone give me an good solution for this issue.
Thanks n advance
--parent-dir /path/reponame/directory
means forsvnadmin load
) but you could at least understand what is happenning bystrace
-ing thesvnadmin
command. – Basile Starynkevitch