~abentley/bzrtools/bzrtools.dev

116 by aaron.bentley at utoronto
updated docs
1
How to install bzrtools:
2
All the tools are plugins, so you can install them in your plugins directory.
237 by Aaron Bentley
Updated install instructions
3
IT IS IMPORTANT TO MOVE/COPY THE BZRTOOLS DIRECTORY, NOT ITS CONTENTS.
116 by aaron.bentley at utoronto
updated docs
4
244 by Aaron Bentley
Updated install directory
5
$ mv ~/bzrtools ~/.bazaar/plugins/
116 by aaron.bentley at utoronto
updated docs
6
You may have to create the plugins directory first.
7
237 by Aaron Bentley
Updated install instructions
8
Alternatively, you can install them at the system-wide plugin location:
238 by Aaron Bentley
Added setup.py, updated INSTALL, NEWS
9
$ sudo python2.4 setup.py install
237 by Aaron Bentley
Updated install instructions
10
11
You can test whether they are successfully installed by doing 
12
"bzr clean-tree -h"
116 by aaron.bentley at utoronto
updated docs
13
14
If you want to use baz-import, stick a pybaz symlink in the bzrtools tree:
23 by abentley
Added INSTALL file
15
$ baz register-archive http://ddaa.net/arch/2004
16
$ baz get ddaa@ddaa.net--2004/pybaz--devo--0 pybaz
116 by aaron.bentley at utoronto
updated docs
17
$ cd ~/bzrbzrtools
23 by abentley
Added INSTALL file
18
$ ln -s ../pybaz/pybaz
300 by Aaron Bentley
Updated docs
19
20
If you want to test your install:
21
/path/to/bzrtools/test.py [/path/to/bzr]