From: Ben W. <da...@gm...> - 2007-11-08 02:23:52
|
On 11/7/07, Waylan Limberg <wa...@gm...> wrote: > I may not be exactly right here, but my understanding is that > Mercurial, git and BZR are all 'distributed', while, of course, SVN is > not. Mercurial and git, however, have a very different way of working > (or at least different commands/workflow/api) than SVN/CSV. BZR, while > more similar to Mercurial and git under the hood, offers commands and > workflow that SVN users will feel more comfortable with. I see it as a > nice middle ground. And if you want, you can use BZR in a remote > server type situation as well. The best of both worlds. I should > mention, this is all based upon very little time with Mercurial and > git which I currently do not even have installed. However, I am > happily using both bzr and svn and don't really care which way we go. You're pretty much right on there. Bazaar is written in Python, if I'm not mistaken. Guido uses GIT, IIRC, as he authored it. I've used BZR and had little problem figuring it out. It feels like SVN at first but it is different. With GIT, there are more commands to execute the same functionality as BZR. -- Ben Wilson "Words are the only thing which will last forever" Churchill |