Warning: Missing argument 2 for wp_kses(), called in /var/www/wphost/wp-content/plugins/bsocial/components/open-graph.php on line 175 and defined in /var/www/wphost/wp-includes/kses.php on line 476

Moving a Subversion Repository

I foolishly just moved a Subversion repository by importing the contents of a current checkout into a new repository. Wrong. A friend pointed out these instructions that make it easy and preserve the revision history.

Here’s the trick:

svnadmin dump /path/to/repository > repository-name.dmp

and

svnadmin load repository-name < repository-name.dmp

[tags]svn, subversion, move, repository[/tags]

One Comment to “Moving a Subversion Repository”

  1. This is exactly what I am looking for. I’m trying to move a repository to another directory on my website. Renaming or moving would have been ugly or maybe even a disaster. Thank you.

User contributed tags for this post: