源代码控制 - 分布式系统与非分布式系统 - 有什么区别? [英] Source Control - Distributed Systems vs. Non Distributed - What's the difference?

查看:24
本文介绍了源代码控制 - 分布式系统与非分布式系统 - 有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚阅读了 Spolsky 关于分布式与非分布式版本控制系统的最后一篇文章http://www.joelonsoftware.com/items/2010/03/17.html.两者有什么区别?我们公司使用TFS.这属于哪个阵营?

I just read Spolsky's last piece about Distributed vs. Non-Distributed version control systems http://www.joelonsoftware.com/items/2010/03/17.html. What's the difference between the two? Our company uses TFS. What camp does this fall in?

推荐答案

简单来说,一个中心化的 VCS(包括 TFS)系统有一个中央存储,每个用户都得到并提交到这个位置.

Simply speaking, a centralized VCS (including TFS) system has a central storage and each users gets and commits to this one location.

在分布式 VCS 中,每个用户都拥有完整的存储库,并且可以进行更改然后同步到其他存储库,通常不需要服务器.

In distributed VCS, each user has the full repository and can make changes that are then synchronized to other repositories, a server is usually not really necessary.

这篇关于源代码控制 - 分布式系统与非分布式系统 - 有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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