svn backup from googlecode

心不动则不痛 提交于 2020-01-13 11:53:07

问题


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:


  1. http://rsvndump.sourceforge.net/
  2. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!