服务器故障后从目录备份恢复 svn
托管 svn 服务器的机器出现故障。 我们能够恢复 C:\Repositories\
目录。 我们如何将其迁移到新主机?
The machine hosting our svn server failed. We were able to recover the C:\Repositories\
directory. How do we migrate this to a new host?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需在新服务器上照常安装 svn,将存储库目录复制到新服务器,然后将 svn 指向包含存储库的目录即可。
Just install svn as normal on the new server, copy the Repositories directory to the new server, and point svn at the directorys containing your repositorys.