svn backup from googlecode
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 开发者_C百科best way to keep this backed up and up to date?
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.
- 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.
精彩评论