The revisions let you track differences between multiple versions of a post.

Revision of Comparing Version Control Systems : Bazaar vs Mercurial (hg) vs Git from Mon, 2010-02-22 21:20

Toturial

This article is not finished neither it's cleaned up. I'm writing a migration guide from svn to bazaar for subversion users currently. If you're interested in this topic you might want to subscribe to feed/RSS in order to be notifed whenever i update it with more information.

It's about the sixth year since my first commit on subversion, Moving from CVS to subversion was really amazing, subversion was sueprior in many ways and it served me well. But the age of Centralized version control systems is over, we need much more power full softwares to deal with huge opensource projects and on the run software development. We should to be able to change anything, anywhere, anytime, and keep track of all this changes

My main focus on this article is Bazaar but you'll see notes from my friend Antoni who is a Mercusial user.

Plugins :

Bazaar like the other three supports plugins , in my expreince installing Bazaar plugins is as easy as downloading and the extracting it into the plugins folder. That's it. it's even easier even windows.

Integration :

Bazaar has a plugin for Eclipse, the installation proccess was not as smooth as subversion but i can't say that it was difficult. i had to manually add the bzr binary and plugin folders location and also coinfugre few options (All couldn't be pre configured). But according to BzrEclipse roadmap, it's going to be much better soon. number of feature is also very limited comparing to subversion.

Antonio Note :

What of the things which is very important for is the future plans :

Bazaar roadmap And also it looks like that bazaar developers really care about their users ThreeWishes - Bazaar Version Control , Bazaar also has Bazaar Performance Roadmap

There is a new website for comparing git with others, very useful. whygitisbetterthanx.com

There is also another website for comparing Bazaar and Git , they approche is interesting and it's based on personal experience using Tweeter! http://www.bzrvsgit.com/

 

To get started with bazaar as fast as you possible with subversion backgound : BzrForSVNUsers - Bazaar Version Control and Bazaar for Subversion users — Bazaar Migration Docs

 

Short Guide for Bazaar To SVN migration

Karmic :
Add this repository for bazaar gui (known as bazaar explorer)

ppa:bzr-explorer-dev/ppa


If you're not using ubuntu karmic more iformation here :  https://launchpad.net/~bzr-explorer-dev/+archive/ppa

sudo apt-get install bzr bzr-explorer bzr-svn

Note : Bazaar changes rapidly and free vcs service might no be updatodate, sourceforge uses 1.18 , in this case you'll need create using repo using old format on local before import.

Note : While i was trying to migrate one of my sourceproject from svn to bzr, i came into some very nasty issue due to the differece between server and local bzr version. bazaar supports various different tree formats which can causes lots of headaches. this command helped https://sourceforge.net/apps/trac/sourceforge/ticket/517

Note : Mercurial is much better integrated with other applications, for example currently netbeans does not support bezaar. more information here IDEIntegration - Bazaar Version Control

Note: I don't recommend bazaar for non technical people

Note : Be careful with reviews, most of this version control systems are undel active developement, an issue that exists now might be more than fix few month later. Alaywas check the review date before relying on it.

Note : The age of single all-in-one solution is over, each solution has its pros and cons. same applies to VCSs, each version control system different issues

Resources :

Your rating: None Average: 2.4 (47 votes)

Comments

Jelmer Vernooij's picture

SourceForge's outdated bzr

Unfortunately your issues with Bazaar seem to be caused by the fact that SourceForge is still running an old version of Bazaar. The format issues all have been resolved as of Bazaar 2.0.

admin's picture

Thanks Jelmer for the

Thanks Jelmer for the tip.
Yes i noticed that after playing with Bazaar for a while. Unfortunately i have to stick with Sourceforge's old Bazaar :(, i hope they upgrade to v2 soon.
I manged to convert one of my projects to Bazaar successfully and i'm writing an easy migration guide for Sourceforge's svn users.

Pooya Sanooei's picture

I can't use anything but git

I can't use anything but git cause it's a nightmare to migrate or start another VCS learning curves. I still have second thoughts about Bazaar. btw never heared of directory track feature.

quite useful

Web Application Development's picture

Thanks jelmer

Excellent post....I really appreciate this site & thank you so much sharing with us.