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

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

问题描述

我刚刚阅读了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天全站免登陆