Support for bazaar version control (bzr)

Are you missing a feature? Request its implementation here.
Zearin
Posts: 107
Joined: Mon Jul 30, 2007 11:31 pm
Location: College Park, MD, United States

Support for bazaar version control (bzr)

Post by Zearin »

I know this has come up before, so I'll just add my "vote" to the mix.

Bzr support would be fantastic! :D
-- Zearin
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Support for bazaar version control (bzr)

Post by sorin_ristache »

Hello,

Did you try the SVN client tool that is embedded in Oxygen? In what ways do you find Bazaar better than SVN?


Regards,
Sorin
Zearin
Posts: 107
Joined: Mon Jul 30, 2007 11:31 pm
Location: College Park, MD, United States

Re: Support for bazaar version control (bzr)

Post by Zearin »

Yep, I've used the SVN tool in Oxygen. It's pretty good.

Regarding BZR vs SVN, a short answer would be, BZR can do everything SVN can do and more. That means that BZR has the ability to please SVN loyalists as well as those interested in its unique features.

There are several well-written pages on the unique features that BZR brings to the table, most of which can be found on their excellent website.

However, if I had to list my top picks from BZR's features, they would be:
  • I can commit while not connected to the Internet
  • Its decentralized, which means I can maintain code across all of my own computers without the need for a central server or “master” repository (however, if it makes more sense to do it that way, you easily choose to)
  • It has hierarchical history, which makes it infinitely easier for humans to read code history
  • It has optional integration with Launchpad, which only is the coolest open source project hosting ever :)
-- Zearin
Post Reply