Friday, March 27, 2015

Backup of SVN repository

In order to backup my projectlocker repository I did the following:

svnrdump dump https://free1.projectlocker.com/diegoandresalvarez/LaTeX/svn > backup_libro_solidos.dump

This creates a dump file of the content of an entire repository. This dump file can then be loaded into a new repository (using ‘svnadmin load’) as required.