kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #04310
Re: Distributed Version Control
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Moses O McKnight <moses@...>
-
Date:
Sat, 20 Feb 2010 06:33:15 -0600
-
In-reply-to:
<4B7F66E4.2060101@...>
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