Auto-Back Up of Subversion Repository
问题 How do I backup my Subversion Repository nightly? I have a network drive I'd like to dump the repository to on a nightly basis. 回答1: Check out the Repository Maintenance chapter in The Book on how to pull a dump out of the repository. Then use a timed service ( at or cron for example, or the very nice task scheduler in Windows OS's, depends on your server's system) to execute the dump nightly. Done. 回答2: The SVN book has a section on Repository Backup. The svnadmin hotcopy command allows you