软件包:bzr(2.7.0+bzr6622-15)
bzr 的相关链接
Debian 的资源:
下载源码包 bzr:
维护小组:
- Debian Bazaar Maintainers (QA 页面, 邮件存档)
- Wouter van Heyst (QA 页面)
- Andrew Starr-Bochicchio (QA 页面)
- Jelmer Vernooij (QA 页面)
- Vincent Ladeuil (QA 页面)
外部的资源:
- 主页 [bazaar-vcs.org]
相似软件包:
easy to use distributed version control system
Bazaar is a distributed version control system designed to be easy to use and intuitive, able to adapt to many workflows, reliable, and easily extendable.
Publishing of branches can be done over plain HTTP, that is, no special software is needed on the server to host Bazaar branches. Branches can be pushed to the server via sftp (which most SSH installations come with), FTP, or over a custom and faster protocol if bzr is installed in the remote end.
Merging in Bazaar is easy, as the implementation is able to avoid many spurious conflicts, deals well with repeated merges between branches, and is able to handle modifications to renamed files correctly.
Bazaar is written in Python, and has a flexible plugin interface which can be used to extend its functionality. Many plugins exist, providing useful commands (bzrtools), graphical interfaces (qbzr), or native interaction with Subversion branches (bzr-svn).
Install python-paramiko if you are going to push branches to remote hosts with sftp.
其他与 bzr 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-bzrlib (<= 2.7.0+bzr6622-15.1~)
- distributed version control system - python library
- dep: python-bzrlib (>= 2.7.0+bzr6622-15)
-
- sug: bzr-doc
- easy to use distributed version control system (documentation)
-
- sug: bzrtools
- bzr 工具集
-
- sug: python-bzrlib.tests
- distributed version control system - testsuite