Installation
|
sudo pacman -S bzr
yaourt bzr-explorer
|
Intégration avec Nautilus
Version 0.100.0 sur AUR non compatible avec bzr 2.5
Dépendances de bzr-gtk :
- python2
- bzr-gtk (Bazaar)
- python2-gobject2 (PyGObject)
- pygtksourceview2 (GtkSourceView2 Python bindings) → syntax highlighted diffs
- python2-cairo (PyCairo) → graphs
- python2-nautilus → nautilus integration
Configuration
Dossier contenant les fichiers de configuration : ~/.bazaar
- bazaar.conf : options de configuration par défaut
- locations.conf : informations de configuration pour les emplacement de branches specifiques
- authentication.conf : informations d'authentification pour les serveurs distants
|
bzr whoami "Your Name <email@example.com>"
|
Configuring Bazaar
Utilisation
Introduction à Bazaar
Création d'une branche
|
bzr init
|
Ajout et suppressiion de fichiers
|
bzr add fichier_à_versionner
bzr remove fichier_à_retirer
|
Affichage des changements
|
bzr status
bzr diff
|