Digital Sanctum

software development, technology and other square topics

How to migrate a Subversion repository in 4 steps

without comments

  1. sudo svnadmin dump /path/to/svn-repository > svn-repository.dmp
  2. gzip svn-repository.dmp
  3. move svn-repository.dmp.gz to your new server
  4. log in to your new server, then sudo svnadmin load svn-repository

Written by Shane

June 10th, 2008 at 10:13 pm

Leave a Reply