将 VisualSVN 服务器附加到现有存储库
所有最近的 VisualSVN Server 帖子都让我想查看一下。 我现在通过 Apache 运行 SVN,但我想尝试 VisualSVN Server,主要用于 Active Directory 集成。 他们的文档没有描述您是否可以轻松迁移现有存储库。
以前有人这样做过吗?
All the recent VisualSVN Server posts made me want to check it out. I have SVN running right now through Apache, but I'd like to try out VisualSVN Server, mostly for the Active Directory integration. Their docs don't describe whether you can easily migrate an existing repository.
Anyone done this before?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
有一篇关于此案例的 VisualSVN Server 知识库文章:
如何导入现有的存储库到新安装的 VisualSVN 服务器?
There is a VisualSVN Server Knowledge Base article about the case:
How can I import my existing repository into newly installed VisualSVN Server?
SVN 服务器并不真正“附加”到存储库,它只需要能够查看其文件。 存储库本身不知道也不关心它是否是通过 svnserve、Apache mod_svn 或直接 file:// URL 访问的
An SVN server doesn't really 'attach' to a repository, it just needs to be able to see its files. The repository itself doesn't know or care if it's being accessed via svnserve, Apache mod_svn or direct file:// URLs
VisualSVN 服务器管理器控制台上有一个选项可以导入现有存储库。 您只需为其提供现有存储库位置和导入存储库的名称。 很简单。
There is an option on the VisualSVN Server Manager console to import an existing repository. You just give it the existing repository location and a name for the imported repository. Pretty simple.
VisualSVN Server 将毫无问题地使用您现有的 SVN 存储库。 我曾多次成功地将存储库从 SVN + Apache 迁移到 VisualSVN Server。
VisualSVN Server will use your existing SVN repositories with no problems. I have successfully migrated repositories from SVN + Apache to VisualSVN Server on multiple occasions.