Difference between revisions of "Bazaar"
(category added) |
|||
Line 1: | Line 1: | ||
− | '''Bazaar''' is the version control system used for developing [[GNU Emacs]]. | + | '''Bazaar''' is the version control system used for developing |
+ | [[GNU Emacs]]. | ||
= Project Pages = | = Project Pages = | ||
* [http://bazaar.canonical.com/en/ Bazaar] | * [http://bazaar.canonical.com/en/ Bazaar] | ||
− | * [http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html Bzr Users Guide] | + | * [http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html Bzr |
+ | Users Guide] | ||
=== Helpful Links === | === Helpful Links === | ||
− | ;[http://doc.bazaar-vcs.org/explorer/en/tutorials/foss-contribute.html Contributing to Free Software Projects Made Easy] | + | ;[http://doc.bazaar-vcs.org/explorer/en/tutorials/foss-contribute.html |
− | :An excellent tutorial on using the Bazaar Explorer GUI. Warning: the workflow advocated there is both more complex in some ways and slightly different from the one recommended in /Bazaar for Emacs Devs/. | + | Contributing to Free Software Projects Made Easy] |
+ | :An excellent tutorial on using the Bazaar Explorer GUI. Warning: the | ||
+ | workflow advocated there is both more complex in some ways and | ||
+ | slightly different from the one recommended in /Bazaar for Emacs | ||
+ | Devs/. | ||
− | ;[http://wiki.bazaar.canonical.com/EmacsTips Emacs as commit message editor] | + | ;[http://wiki.bazaar.canonical.com/EmacsTips Emacs as commit message |
+ | editor] | ||
:Tips for setting up Emacs as Bazaar commit editor. | :Tips for setting up Emacs as Bazaar commit editor. | ||
− | ;[http://doc.bazaar-vcs.org/migration/en/survival/bzr-for-git-users.html Bazaar for Git users] | + | ;[http://doc.bazaar-vcs.org/migration/en/survival/bzr-for-git-users.html |
− | : A pretty complete overview of the differences between Git and Bazaar. Contains a couple of glossaries of VCS terms, which are probably useful to those who don't know git, too. | + | Bazaar for Git users] |
+ | : A pretty complete overview of the differences between Git and | ||
+ | Bazaar. Contains a couple of glossaries of VCS terms, which are | ||
+ | probably useful to those who don't know git, too. | ||
− | ; [http://doc.bazaar-vcs.org/migration/en/survival/bzr-for-cvs-users.html Bazaar for CVS users] | + | ; |
− | : A whirlwind introduction to the features and command-line UI of Bazaar. The workflow described is very similar to that of BzrQuickStartForEmacsDevs, and the latter document may be easier to understand because it concentrates on introducing the workflow rather than the wider field of distributed version control. | + | [http://doc.bazaar-vcs.org/migration/en/survival/bzr-for-cvs-users.html |
+ | Bazaar for CVS users] | ||
+ | : A whirlwind introduction to the features and command-line UI of | ||
+ | Bazaar. The workflow described is very similar to that of | ||
+ | BzrQuickStartForEmacsDevs, and the latter document may be easier to | ||
+ | understand because it concentrates on introducing the workflow rather | ||
+ | than the wider field of distributed version control. | ||
; [http://github.com/kfish/git-bzr git-bzr] | ; [http://github.com/kfish/git-bzr git-bzr] | ||
− | : For diehard lovers of git, | + | : For diehard lovers of git, [[John Wiegley]] reports that , a |
+ | bi-directional gateway, works well. | ||
+ | |||
+ | [[Category:Version Control]] [[Category:Emacs Development]] |
Revision as of 12:34, 30 March 2012
Bazaar is the version control system used for developing GNU Emacs.
Project Pages
Users Guide]
Helpful Links
Contributing to Free Software Projects Made Easy]
- An excellent tutorial on using the Bazaar Explorer GUI. Warning: the
workflow advocated there is both more complex in some ways and slightly different from the one recommended in /Bazaar for Emacs Devs/.
- [http://wiki.bazaar.canonical.com/EmacsTips Emacs as commit message
editor]
- Tips for setting up Emacs as Bazaar commit editor.
Bazaar for Git users]
- A pretty complete overview of the differences between Git and
Bazaar. Contains a couple of glossaries of VCS terms, which are probably useful to those who don't know git, too.
[http://doc.bazaar-vcs.org/migration/en/survival/bzr-for-cvs-users.html Bazaar for CVS users]
- A whirlwind introduction to the features and command-line UI of
Bazaar. The workflow described is very similar to that of BzrQuickStartForEmacsDevs, and the latter document may be easier to understand because it concentrates on introducing the workflow rather than the wider field of distributed version control.
- git-bzr
- For diehard lovers of git, John Wiegley reports that , a
bi-directional gateway, works well.