TipsGeek
Un article de Tifauve|NET.
Le petit Geek Pratique
bazaar
http://doc.bazaar-vcs.org/bzr.dev/en/mini-tutorial/index.html
- installation sur ovh: http://thoughts.enseed.com/installing-bazaar-bzr-locally-on-a-web-host/
- installation de la partie web: http://thoughts.enseed.com/webbzr/
Création d'un repository distant
bzr push --create-prefix sftp://tifauve.net/~/web/tifauve/bzr/iPieuvre
Mise à jour repository
bzr push sftp://tifauve.net/~/web/tifauve/bzr/iPieuvre
Récupération à partir d'un repository distant
bzr branch sftp://tifauve.net/~/web/tifauve/bzr/iPieuvre
Mise à jour sans vérification à partir d'un repository distant
bzr pull sftp://tifauve.net/~/web/tifauve/bzr/iPieuvre
Récupération du code d'un repository
bzr checkout xxxx
Python
S'assurer qu'on utilise python2.5 et non 2.6 par défaut
éditer /usr/share/python/debian_defaults, et changer la version à python2.5
$ sudo mv /usr/bin/python /usr/bin/python2.6
$ sudo ln -s /usr/bin/python2.5 /usr/bin/python