~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-12-20 16:16:34 UTC
  • mfrom: (3123.5.18 hardlinks)
  • Revision ID: pqm@pqm.ubuntu.com-20071220161634-2kcjb650o21ydko4
Accelerate build_tree using similar workingtrees (abentley)

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
Running the development version
56
56
-------------------------------
57
57
 
58
 
You may wish to always be using the very latest development version of
59
 
Bazaar. Note that this is not recommended for
 
58
If you wish to always be using the very latest development version of
 
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 running it makes it easier for you to send us changes for
63
 
bugs and improvements. It also helps us by having more people testing
64
 
the latest software.
 
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
bugs and improvements.
65
65
 
66
66
Here are the steps to follow:
67
67
 
81
81
Running multiple versions
82
82
-------------------------
83
83
 
84
 
It's easy to have multiple versions of Bazaar installed and to switch
85
 
between them. To do this,
 
84
One of the neat things about Bazaar is that it's really easy to have
 
85
multiple versions installed and to switch between them. To do this,
86
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
88
if you do not provide a pathname, then the **bzr** used will be the one
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.
 
93