联合(同步)Subversion 服务器? [英] Federated (Synced) Subversion servers?

查看:35
本文介绍了联合(同步)Subversion 服务器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以创建联合"Subversion 服务器?就像在位置 A 的一台服务器和位置 B 的另一台服务器中一样,它们会自动同步其本地版本的存储库.这样,当任一位置的人员与存储库交互时,他们都会访问各自的本地服务器,因此响应时间更快.

Is it possible to create "federated" Subversion servers? As in one server at location A and another at location B that sync up their local versions of the repository automatically. That way when someone at either location interacts with the repository they are accessing their respective local server and therefore has faster response times.

推荐答案

这或多或少是 SVK.SVK 是 Subversion 的命令行前端,可与存储库的整个本地副本一起使用.因此,您的提交、更新等在本地存储库上工作,然后您可以与 master 同步.无论如何,我通常会推荐 SVK 而不是普通的颠覆,因为它使很多事情变得更好.没有 .svn 文件夹,更好的分支和合并,更好的冲突解决.

This is more or less the perfect use case for SVK. SVK is a command line front end for subversion that works with an entire local copy of the repository. So your commits, updates, etc. work on the local repository and you can then sync with a master. I would generally recommend SVK over plain subversion anyway as it makes a lot of things nicer. No .svn folders, better branching and merging, better conflict resolution.

这篇关于联合(同步)Subversion 服务器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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