设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Mercurial 3.5发布,分布式版本控制系统

2015-8-5 22:12| 发布者: joejoe0332| 查看: 591| 评论: 0|原作者: oschina|来自: oschina

摘要: Mercurial 3.5 发布,值得关注的更新内容如下:operations involving obsolescence markers are faster (for users of changeset evolution)various revsets were optimizedparts of phases calculation are now per ...

Mercurial 3.5 发布,值得关注的更新内容如下:


  • operations involving obsolescence markers are faster (for users of  changeset evolution)

  • various revsets were optimized

  • parts of phases calculation are now performed in C. The not public()  revset should be much faster.

  • hg status and things walking the filesystem are faster (Mozillians  should be using hgwatchman to make hg status insanely fast)

更多内容请查看:发行说明

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

  • 更轻松的管理。
        传统的版本控制系统使用集中式的 repository,一些和 repository相关的管理就只能由管理员一个人进行。由于采用了分布式的模型,Mercurial 中就没有这样的困扰,每个用户管理自己的 repository,管理员只需协调同步这些repository。   

  • 更健壮的系统。
        分布式系统比集中式的单服务器系统更健壮,单服务器系统一旦服务器出现问题整个系统就不能运行了,分布式系统通常不会因为一两个节点而受到影响。   

  • 对网络的依赖性更低。
        由于同步可以放在任意时刻进行,Mercurial 甚至可以离线进行管理,只需在有网络连接时同步。


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部