本文介绍了集中和分布式版本控制系统之间的比较的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
使用集中式与分散式版本控制系统(DVCS)有什么优点和缺点?你遇到过DVCS的任何问题,你是如何保护这些问题?
对于那些想知道DVCS工具可用的人来说,这里有一个最有名的免费/开源DVCS:
- (以C编写),由 。
- (使用Python编写)使用者。
- (由Python编写)由。
- 到不同的:
What are the benefits and drawbacks with using Centralized versus Distributed Version Control Systems (DVCS)? Have you run into any problems in DVCS and how did you safeguard against these problems? Keep the discussion tool agnostic and flaming to minimum.
For those wondering what DVCS tools are available, here is a list of the best known free/open source DVCSs:
- Git, (written in C) used by the Linux Kernel and Ruby on Rails.
- Mercurial, (written in Python) used by Mozilla and OpenJDK.
- Bazaar, (written in Python) used by Ubuntu developers.
- Darcs, (written in Haskell).
解决方案From my answer to a different question:
这篇关于集中和分布式版本控制系统之间的比较的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!