[[:TuxSoftware]] ====== svn database in Berkeley style database file ====== * repository in /home/svn on old and new machines ===== dump ===== * on old tux, dump DB contents svnadmin dump /home/svn > svn.dump.file ===== load ===== * copy dump file to new machine * on new tux, remove contents of /home/svn * on new tux, create new repository with svnadmin create /home/svn * load database contents into fresh clean repository svnadmin load /home/svn < svn.dump.file ===== check ===== * find last revision number on old tux and new tux svnlook youngest /home/svn * verify these commands output identical info on old and new tux svn -v status file:///home/svn svn info /home/svn