← Back to team overview

kicad-developers team mailing list archive

Re: Distributed Version Control

 

Bazaar is good, and I use it for my private projects. But you might
also consider git. One thing that seems very nice with git is that
branches of a project are all stored in the same tree by default, and
you switch between by doing a 'git checkout branchname' This makes it
very easy to have multiple branches for different features that are in
progress, and then merging them is also easy. I think you can do nearly
the same in bzr but the default is separate directories for each branch,
and it is not as easy in my opinion to then share multiple branches.

My .0002 cents
Moses

On Fri, 2010-02-19 at 22:36 -0600, Dick Hollenbeck wrote:
> http://bazaarvcs.wordpress.com/2010/02/15/bazaar-adoption-growing-strongly/



 




References