Bazaar
Bazaar is a version control system that helps you track project history over time and to collaborate easily with others. Whether you're a single developer, a co-located team or a community of developers scattered across the world, Bazaar scales and adapts to meet your needs. Part of the GNU Project, Bazaar is free software sponsored by Canonical.
The top ten reasons for switching to Bazaar are: Version control for everyone, Work offline, Any workflow, Cross platform support, Rename tracking and smart, merging, High storage efficiency and speed, Any workspace model, Plays well with others, Launchpad, Plugins and bzrlib.
http://bazaar.canonical.com/en/
comments powered by Disqus
Related Products
Bzr-ccnet - Bazaar plugin for CruiseControl.NET
IntroductionBazaar plugin for CruiseControl.NET. You can use it to define a cc.net sourcecontrol task compatible with bzr. The history is parsed as with other VCS. DetailsTo use the Bazaar plugin for CruiseControl.NET, copy the ccnet.bzr.plugin.dll file into the directory that the other CruiseControl.NET DLLs are in, and add a project to your ccnet.config that uses Bazaar. See the ccnet.config.sample file for an example of which fields you should add to the project's configuration. sample: <sour
Another-sbaz-gui - An alternative GUI for sbaz (Scala Bazaar System)
New! Upgrading from 2.9.1-RC4 to 2.9.1-final Installing multiple Scala releases This is another GUI for the Scala Bazaar System, an alternative for sbazgui. It works by piggybacking sbaz, and intercepting console I/O to interact with it. The program has been tested under Windows-XP and Linux (Ubuntu-10.10). For sbaz purposes, the program is named asg (abbreviation of "another sbaz gui"). The Windows version only can currently be downloaded and installed by sbaz as follows: sbaz update sbaz insta
Google-summer-of-code-2007-bzr - Code samples from students working with Bazaar for Google Summer of
Bazaar is a free decentralized revision control system. Bazaar is written in Python and runs on Unix, Windows and Mac OS. Bazaar is sponsored by Canonical Ltd, which also sponsors development of Ubuntu. Some Bazaar developers are employed by Canonical.
bzr-visualstudio
An integration package that brings the wonderful world of friendly distributed version control to Visual Studio 2005. The project includes a class library written in C# exposing a Bazaar API to all .NET languages running with Mono or Microsoft's .NET, and a Visual Studio source control provider which integrates the Bazaar version control system into Visual Studio 2005.
Gource - software version control visualization
Gource is a software version control visualization tool. See more of Gource in action on the Videos page. IntroductionSoftware projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project. Currently Gource includes built-in log generation support for Git, Mercurial and Bazaar and SVN (as of 0.29). Gource can als
Bugzilla-vcs - Version Control (VCS) Integration for Bugzilla
This is an extension for Bugzilla 3.6.1 and above that allows you to integrate your version-control system (sometimes also called a "Software Configuration Management" or "SCM" system) with Bugzilla. This extension is provided by Everything Solved, Inc. If you would like support, customizations, or additional features added, please contact us. Supported VCS SystemsCurrently, the VCS extension can support CVS, Subversion (svn), Bazaar (bzr), Mercurial (hg), and Git. If you would like any addition
Checkpoint - Checkpoint is a simple media archive system, useful for both users and developers
Checkpoint media archive systemIntroductionCheckpoint watches all the files in a directory (recursively), and allows you to revert your directory to any point in the past that you did a 'commit' to save your changes. This is useful for graphic designers, animators, musicians, and anyone looking for an easy way to version large files. A command-line-utility is included for regular users so they can periodically save snapshots of their files and restore files from that history. Also, a python API
Bzr4j - Bazaar VCS Toolkit for Java
A Java API library for working with the Bazaar Version Control System along with a couple bundled plugins for popular development tools.
Darcs - Distributed Revision Control in Haskell
Darcs is a distributed advanced revision control system written in Haskell. It is similar to Git, Mercurial and Bazaar. User will have own personnel repository and commits his changes to it. Later the changes are pushed to the centralized repository. Every repository is a branch and it provides support to integrate the changes between them. It provides support to send the changes by email.
Django-rcsfield - A field for the django web framework which - under the hood - versionizes its cont
Looking for a new maintainerI'm looking for a new maintainer for django-rcsfield. If you are interested in taking over the project please send me an e-mail to arne -at- rcs4u.de Versionize Content of Django Model-Fieldsdjango-rcsfield is a field (like models.TextField) for the Django web framework which - under the hood - versionizes its content. The 'rcs' in the name is short for revision control system. The current implementation works with: Bazaar Git (via GitPython) SVN Mercurial (hg) An abs