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.

Post Author

This post was written by who has written 21 posts on Macintosh-Admin.

No comments yet.

Leave a Reply

You must be logged in to post a comment.