将 Linux SVN 存储库转换为 Windows SVN 存储库 [英] Converting Linux SVN Repos to Windows SVN Repos

查看:41
本文介绍了将 Linux SVN 存储库转换为 Windows SVN 存储库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的任务是确定我们当前的 Linux SVN 服务器是否可以迁移到 MS Windows.

I have been tasked with finding out if our current Linux SVN Server can be migrated to MS Windows.

我找到并试用了一个名为 VisualSVN Server 的程序,它似乎可以完成我们需要的一切,但我不知道是否可以将当前的 Linux 存储库转换为在 Windows Server 机器上运行.

I have located and trialed a program called VisualSVN Server and it seems to do everything that we need, but I am clueless as to if it is possible to convert the current Linux repos to run on a Windows Server box.

我是整个 SVN 应用程序的新手,所以请用你的回答温柔地对待我:)

I am new to the whole SVN application so please treat me gently with your answers :)

谢谢,

C.

推荐答案

我个人成功地在 Windows 平台上使用了在 Linux 中创建的存储库,反之亦然.

I have personnally successfully used repositories created in Linux on the Windows platform and vice-versa.

从平台的角度来看没有不兼容性.

There are no incompatibilities from a platform point of view.

您仍然应该注意每个平台上使用的 Subversion 软件版本,因为 Subversion 存储库格式随着时间的推移而发展.

You still should be careful about the Subversion software version used on each platform, since the Subversion repository format has evolved over time.

避免任何陷阱的最佳行动方案是完全转储您的存储库:

The best course of action to avoid any pitfall is to do a complete dump of your repository:

$ svnadmin dump /var/svn/repos > full.dump

并将其加载到目标服务器上:

and load it on the target server:

C:\svn> svnadmin load newrepos < full.dump

参见 http://svnbook.red-bean.com/en/1.5/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate 了解更多详情.

See http://svnbook.red-bean.com/en/1.5/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate for more details.

这篇关于将 Linux SVN 存储库转换为 Windows SVN 存储库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆