Backup hosted repository to off-site location
问题 I am still pretty new to VCSs in general. I have a SVN repository hosted at assembla. I know how to check out and commit to the repository. But if I wanted to actually get a backup of the repository itself to save offsite. How can I do that? 回答1: Assembla provides an 'Import/Export' under the Subversion tab which allows you to get complete historical dumps of your repository. On a repository you host yourself, you can use svnadmin dump 来源: https://stackoverflow.com/questions/4596310/backup