SVN (Subversion) Backup and Restore - Comment Page: 2
This is quick guide, howto Backup (dump) and Restore (load) SVN (Subversion) repository on Linux. This is actually very simple and important task. SVN backup and restore is useful when you want to move your repos to new server or you need to recover your data. I assume here that you have Subversion (SVN) installed and you have existing repositories. If you installed and created testrepo with earlier guide then you can check real examples.
[inttf_post_ad1]
1. Backup (dump) SVN (Subversion) repository
1.1 Create Dump from SVN (Subversion) repository
svnadmin dump /path/to/reponame > /path/to/reponame.dump
Real example
svnadmin dump /var/www/svn/testrepo >...
i dumped with your guide. after finishing, i didnt see any file dump created. why?
Cheers m8
How Can i Configure Daily Backups
No mention of SVN users? how to maintain same users when replicating or restoring on a different server.