« Return to Thread: should we use bazaar?

Re: should we use bazaar?

by Martin C. Martin :: Rate this Message:

Reply to Author | View in Thread

This is a good read:

http://blog.red-bean.com/sussman/?p=96

Short version: programmers are often insecure about their code, and
often want to develop a big feature on their own, before committing it.
  But that means it doesn't get reviewed while in progress, which often
means their multiple months of work aren't accepted, or the project
accepts something confusing, buggy and hard to maintain.  Either way,
the project loses.

So you want to encourage people to check in code to a branch fairly
often.  Mercurial is better at this than Git, Git makes code-hiding the
standard way of operating.  e.g. "get rebase" destroys an entire line of
history.  I don't know about bazzar.

I haven't seen the "code-bomb" (large check in of low quality code) in
Groovy much at all, so maybe this is a non-issue for us.  But then
again, I haven't really been looking.

Best,
Martin

Chanwit Kaewkasi wrote:

> Hi,
>
> I switched to bazaar, then I've recently switcted again to git.
> I'm currently using git (cygwin on Windows). It's working very well in
> the terms of speed and interoperability with SVN.
>
> Git is a bit more complex than Bazaar, but it's really fast and
> amazing VCS software.
> Russel mentioned somethings not good about bazaar-SVN interop in this
> list as well.
> I've faced that problem, so I decided to try Git.
>
> Chanwit
>
>> So my question is more or less, if someone has
>> (1) a good reason to not to switch
>> (2) tested the tools
>> (3) can explain why another tool is better
>>
>> Russel? You like bazaar most too, yes? What do others think?
>>
>> bye blackdrag
>>
>> --
>> Jochen "blackdrag" Theodorou
>> The Groovy Project Tech Lead (http://groovy.codehaus.org)
>> http://blackdragsview.blogspot.com/
>> http://www.g2one.com/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>   http://xircles.codehaus.org/manage_email
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: should we use bazaar?