~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/installing_bazaar.txt

  • Committer: Ian Clatworthy
  • Date: 2007-11-30 04:28:32 UTC
  • mto: (3054.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3055.
  • Revision ID: ian.clatworthy@internode.on.net-20071130042832-6prruj0kzg3fodm8
chapter 2 tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
Bazaar, it is easy to do so. Note that this is not recommended for
60
60
the majority of users as there is an increased risk of bugs. On the other
61
61
hand, the development version is remarkably solid (thanks to the processes
62
 
we follow) and runnig it makes it easier for you to help us make Bazaar
63
 
even better either through increased testing or sending us changes for
 
62
we follow) and running it makes it easier for you to help us make Bazaar
 
63
even better, either through increased testing or sending us changes for
64
64
bugs and improvements.
65
65
 
66
66
Here are the steps to follow:
83
83
 
84
84
One of the neat things about Bazaar is that it's really easy to have
85
85
multiple versions installed and to switch between them. To do this,
86
 
simply provide the full path to the **bzr** command you wish to run.
 
86
simply provide the full pathname to the **bzr** command you wish to run.
87
87
The relevant libraries will be automatically detected and used. Of course,
88
 
if you do not provide a path, then the **bzr** used will be the one on
89
 
your path as normal.
 
88
if you do not provide a pathname, then the **bzr** used will be the one
 
89
found on your system path as normal.
90
90
 
91
91
Note that this capability is particularly useful if you wish to run
92
92
(or test) both the latest released version and the development version say.