@TeriRadichel | Cloud. Security. Software.
Notes. Code. Cloud. AWS. Security. Automation. Databases. Bugs. Error Messages. No Guarantees.
Friday, April 16, 2010
Backup and Restore SVN Repository
Basic command for backing up SVN repository:
svnadmin dump repositorypath > backupname.svn
More on backups at:
Back up SVN Repository
To restore the backup on another machine:
svnadmin load respositorypath < backupname.svn
‹
›
Home
View web version