User Reviews

[2 total ]
about 1 year ago Avatar
Best DVCS yet.

  by ThomasWaldmann

After having used CVS and GNU arch (tla) before, we switched to Mercurial about a year ago for MoinMoin development.

As well as tla has been a big step forward compared to CVS, Mercurial is another big step forward from tla.

We don't regret it, Mercurial works great:
* we never had serious trouble with it, we never lost data
* it is FAST (much faster than GNU arch)
* the commands are easy to remember and have sane ... [More] defaults, so you get used to it fast
* it is well-designed
* it uses your disk space efficiently
* it doesn't need a central server, you can use version control on the road without internet connection
* it runs on Linux, Mac, Windows, ...
* it has a nice web interface built-in (you don't even need a separate web server)
* you can read its code (it is mostly Python! CLEAN python code, with a bit of C for better performance.)
* it has very few dependencies (well, it needs Python, of course, but not much else)
[Less]

13 of 14 users found the following review helpful. Was this review helpful to you? |

about 1 month ago Avatar
Excellent version control

  by herbwin

I have used it quite a while now and I am very happy with it. I also recommend using TortoiseHg which is also easy to use and has a very nice GUI front-end to Mercurial!
If you have never used a distributed version control tool before, this is the one!
http://tortoisehg.sourceforge.net/

Was this review helpful to you? |