breezy

A Distributed Version Control System with a Friendly UI

Latest version: 3.3.21 registry icon
Maintenance score
100
Safety score
100
Popularity score
32
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
3.3.21 0 0 0 0 0
3.3.20 0 0 0 0 0
3.3.17 0 0 0 0 0
3.3.15 0 0 0 0 0
3.3.13 0 0 0 0 0
3.3.12 0 0 0 0 0
3.3.11 0 0 0 0 0
3.3.10 0 0 0 0 0
3.3.9 0 0 0 0 0
3.3.8 0 0 0 0 0
3.3.7 0 0 0 0 0
3.3.6 0 0 0 0 0
3.3.4 0 0 0 0 0
3.3.3 0 0 0 0 0
3.3.2 0 0 0 0 0
3.3.1 0 0 0 0 0
3.3.0 0 0 0 0 0
3.2.2 0 0 0 0 0
3.2.1 0 0 0 0 0
3.2.0 0 0 0 0 0
3.1.0 0 0 0 0 0
3.1a1 0 0 0 0 0
3.0.2 0 0 0 0 0
3.0.1 0 0 0 0 0
3.0b1 0 0 0 0 0
3.0a2 0 0 0 0 0
3.0a1 0 0 0 0 0
3.0.0dev1 0 0 0 0 0
3.0.0 0 0 0 0 0

Stability
Latest release:

3.3.21 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

GPL-2.0-or-later   -   GNU General Public License v2.0 or later

Not a wildcard

Not proprietary

OSI Compliant



Breezy (brz) is a decentralized revision control system, designed to be easy for developers and end users alike.

By default, Breezy provides support for both the Bazaar <https://www.bazaar-vcs.org>_ and Git <https://www.git-scm.com/>_ file formats.

You can install from source by following the instructions in the INSTALL file. At the moment of writing there are no binary packages available.

To learn how to use Breezy, see the official documentation in the doc directory or refer to the Bazaar documentation at https://www.breezy-vcs.org/doc/en/.

Breezy is Free Software, and is released under the GNU General Public License, version 2 or later.

Breezy is a friendly fork of the Bazaar (bzr) project, hosted on https://launchpad.net/bzr. It is backwards compatibility with Bazaar's disk format and protocols. One of the key differences with Bazaar is that Breezy runs on Python 3, rather than on Python 2.

Breezy highlights

Breezy directly supports both central version control (like cvs/svn) and distributed version control (like git/hg). Developers can organize their workspace in whichever way they want on a per project basis including:

  • checkouts (like svn)
  • feature branches (like hg)
  • shared working tree (like git).

It also directly supports and encourages a large number of development best practices like refactoring and pre-commit regression testing. Users can choose between our command line tool and our cross-platform GUI application. For further details, see our website.

Feedback

If you encounter any problems with Breezy, need help understanding it, or would like to offer suggestions or feedback, please get in touch with us:

Our mission is to make a version control tool that developers LOVE to use and that casual contributors feel confident with. Please let us know how we're going.

The Breezy Team