摘要:Backup subversion (svn) repository
1. Regular backup repository in local machine
linux: svnadmin dump repositorypath | gzip > backupname.svn.gz
windows: svnadmin dump repositorypath > backupname.svn
http://svnbook.red-bean.com/nightly/en/svn.ref.svnadmin.c.hotcopy.html
2. Backup repository to remote machine
http://www.thoughtspark.org/node/10
3. Write the own backup code by self
http://www.powertrip.co.za/blog/archives/000416.html
http://www.randombugs.com/linux/subversion-backup.html