~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/upgrade-guide/overview.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-01 08:02:42 UTC
  • mfrom: (5390.3.3 faster-revert-593560)
  • Revision ID: pqm@pqm.ubuntu.com-20100901080242-esg62ody4frwmy66
(spiv) Avoid repeatedly calling self.target.all_file_ids() in
 InterTree.iter_changes. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
to Bazaar 1.y. In either case, a brief outline of the steps is given
37
37
below.
38
38
 
39
 
To upgrade Bazaar on Linux:
 
39
To upgrade Bazaar on Ubuntu:
40
40
 
41
41
1. Ensure your package manager is configured with the required
42
42
   software sources, e.g. the official release PPA for Ubuntu:
61
61
2. Upgrade to the latest version using **sudo port upgrade bzr**
62
62
 
63
63
For further information on installing and upgrading, see
64
 
http://bazaar-vcs.org/Download.
 
64
http://wiki.bazaar.canonical.com/Download.
65
65
 
66
66
 
67
67
Upgrading required plugins
72
72
bzr-svn, are more tightly associated with Bazaar's APIs so these
73
73
typically need to be upgraded in lockstep with the core software.
74
74
 
75
 
For Windows and OS X users, bzrtools and bzr-svn are typically
76
 
included in the installer so no special steps are required to upgrade
77
 
these. For Linux and UNIX users, bztrools, bzr-svn and many other
78
 
popular plugins can be installed and upgraded using your
 
75
For Windows and OS X users, bzrtools and bzr-svn are typically included in
 
76
the installer so no special steps are required to upgrade these. For
 
77
Ubuntu and other GNU/Linux or Unix systems users, bztrools, bzr-svn and
 
78
many other popular plugins can be installed and upgraded using your
79
79
platform's package manager, e.g. Synaptic on Ubuntu.
80
80
 
81
81