Archive

Posts Tagged ‘subversion svn backup recovery’

Subversion Backup and Recovery

October 29th, 2009

I wanted to convert one of our production machines from Fedora to Ubuntu server. One of the services this machine was running was subversion.

I both tarred up the repository directory and used ’svnadmin dump’ to backup the repository. I scp’ed both files to another server.

Upon recovery I wanted to use the dump but the dump file became corrupted.

Luckily, there’s an easy way to recover from a repository file backup. I just untarred the repository and used

1
svnadmin recover <repo path>

It worked great!

  • Share/Bookmark
Author: alex Categories: IT, Tech Tags: