Mercurial 分布式版本控制系统

Mercurial 是一种轻量级分布式版本控制系统,采用 Python 语言实现,易于学习和使用,扩展性强。相对于传统的版本控制,具有如下优点:

  • 更轻松的管理。
    传统的版本控制系统使用集中式的 reposiTory,一些和 repository相关的管理就只能由管理员一个人进行。由于采用了分布式的模型,Mercurial 中就没有这样的困扰,每个用户管理自己的 repository,管理员只需协调同步这些repository。
  • 更健壮的系统。
    分布式系统比集中式的单服务器系统更健壮,单服务器系统一旦服务器出现问题整个系统就不能运行了,分布式系统通常不会因为一两个节点而受到影响。
  • 对网络的依赖性更低。
    由于同步可以放在任意时刻进行,Mercurial 甚至可以离线进行管理,只需在有网络连接时同步。
Mercurial 3.9.2 发布,分布式版本控制系统
Mercurial 3.9.2 发布了。主要改进内容:annotate: correct output in some merge cases (issue5360)crecord: properly handle files with No newline at eof (issue5268)grep: rewrite help to better document current (confusing) behavior下载地址:http://mac.softpedia.com/get/Developer-Tools/Mercurial.shtml#down

发布于 2016-10-03 00:55:11 | 66 次阅读

Mercurial 3.7 发布,分布式版本控制系统
Mercurial 3.7 发布,更新如下:特性Generaldelta: the original Mercurial compression format had an inefficient way of storing history in very branchy repositories. Generaldelta addresses this weakness. As a result, depending on the repository, this can improve the size of the history up to a facto

发布于 2016-02-03 00:26:18 | 68 次阅读


Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务