Tag Archives: mercurial

TortoiseHg & Mercurial Eclipse

近期在做一个小项目,使用Google Code存储代码,这才发现Google Code 已经支持Mercurial了。于是赶紧把Mercurial装入了机器,并安装了Eclipse的插件,下面简要介绍一下过程。
用过cvs和svn的同学们肯定了解这个小乌龟,不过针对Mercurial的版本TortoiseHg的小乌龟在后背上多了Hg两个字母。

Intro to Distributed Version Control (Illustrated)

上篇介绍版本控制,这篇介绍了分布式的版本控制,与集中式vc相比,分布式vc有很多好处。

Traditional version control helps you backup, track and synchronize files. Distributed version control makes it easy to share changes. Done right, you can get the best of both worlds: simple merging and centralized releases.
Distributed? What’s wrong with regular version control?