Search code examples
svn-repository

Restore SVN Repository backup


I am using repositoryhosting.com i downloaded my Project backup from it. I want to check backed-up data.

  1. The file has .GZ extension. Extracting it generated .tar file.
  2. The .tar file gave subversion.dump file upon extraction.
  3. Now i am not able to extract it further.

I get the following error upon performaing #3:

Cannot open file path\subversion.dump' as archive

Please suggest how to proceed. Am i doing something wrong.


Solution

  • Try this:

    svnadmin create directory/where/you/want/to/put/your/repo
    svnadmin load directory/where/you/want/to/put/your/repo <subversion.dump