How to move repository from an old SVN server to a newer server on Microsoft Windows

1) Make a repository dump (backup) from SVN server machine "A"
svnadmin dump d:\svn_repository > d:\tmp\svn_repository.dump

2) Install latest version of SVN Server on machine "B"

3) Create a SVN reposity on machine "B" don't create thunk/tags etc directories
   you can use the WEB admin console, to create the repository.

4) Import dump (Backup) on machine "B"
svnadmin load d:\svn_repository < d:\tmp\svn_repository.dump

Comentarios

Entradas populares