Google Code svn migration

不打扰是莪最后的温柔 提交于 2019-12-04 13:41:36

You can 'svnsync' the data from Google code to a local repository on your pc. You can then use 'svnadmin' to create a dump file from that and send that to your new hosting provider or in some cases you can use svnsync to upload to the repository.

The only public hosting I know that supports svnsync upload is Google code (it requires clearing the repository first), which most likely doesn't help you, but there might be others now.

The svnsync command might be what you need. It allows you to create a copy of an existing repository to which you do not have file level access.

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