Restore a Subversion Dump

Here’s a quick and easy way to restore a Subversion backup you may have made. Quickly, this is how you make the dump:

sudo svnadmin dump /path/to/reponame > /tmp/reponame.dump

if you want to restore that backup, type in:

sudo svnadmin load /path/to/reponame < /tmp/repo1.dump

Source.

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.