问题
I currently host my project on googlecode svn, however I would like to have a copy of it hosted on another svn server (also online), can anyone suggest the best way to keep this backed up and up to date?
回答1:
Dump and sync will work, but it's probably easiest to use svnsync instead, assuming you're using the copy server as a read-only backup and not intending to commit to it as well.
回答2:
- http://rsvndump.sourceforge.net/
- http://svnbook.red-bean.com/en/1.1/ch05s03.html#svn-ch-5-sect-3.5
Though I'd recommend you switching to git, it is easy.
来源:https://stackoverflow.com/questions/7317330/svn-backup-from-googlecode