~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Alexander Belchenko
  • Date: 2006-07-18 21:16:45 UTC
  • mto: This revision was merged to the branch mainline in revision 637.
  • Revision ID: bialix@ukr.net-20060718211645-52d7c1f4d6c15867
ignore index.htm produced by htmllog command

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
How to install bzrtools:
2
 
All the tools are plugins, so you can install them in your plugins directory.
3
 
IT IS IMPORTANT TO MOVE/COPY THE BZRTOOLS DIRECTORY, NOT ITS CONTENTS.
4
 
 
5
 
$ mv ~/bzrtools ~/.bzr.conf/plugins/
6
 
You may have to create the plugins directory first.
7
 
 
8
 
Alternatively, you can install them at the system-wide plugin location:
9
 
$ sudo python2.4 setup.py install
10
 
 
11
 
You can test whether they are successfully installed by doing 
12
 
"bzr clean-tree -h"
13
 
 
14
 
If you want to use baz-import, stick a pybaz symlink in the bzrtools tree:
15
 
$ baz register-archive http://ddaa.net/arch/2004
16
 
$ baz get ddaa@ddaa.net--2004/pybaz--devo--0 pybaz
17
 
$ cd ~/bzrbzrtools
18
 
$ ln -s ../pybaz/pybaz