/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Breezy landing bot
  • Author(s): Colin Watson
  • Date: 2020-11-16 21:47:08 UTC
  • mfrom: (7521.1.1 remove-lp-workaround)
  • Revision ID: breezy.the.bot@gmail.com-20201116214708-jos209mgxi41oy15
Remove breezy.git workaround for bazaar.launchpad.net.

Merged from https://code.launchpad.net/~cjwatson/brz/remove-lp-workaround/+merge/393710

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
**reconcile** is rarely needed but it's good practice to run **check**
33
33
before and after running **upgrade**.
34
34
 
35
 
For detailed help on these commands, see the `Bazaar User Reference`_.
 
35
For detailed help on these commands, see the `Breezy User Reference`_.
36
36
 
37
 
.. _Bazaar User Reference: ../user-reference/index.html
 
37
.. _Breezy User Reference: ../user-reference/index.html
38
38
 
39
39
 
40
40
Communicating with your community
50
50
   in advance.
51
51
 
52
52
This advance warning should be long enough for users to have time
53
 
to upgrade Bazaar and any required plugins before the migration date.
 
53
to upgrade Breezy and any required plugins before the migration date.
54
54
 
55
55
For larger projects, allow some time for the migration itself.
56
56
You should have a good idea of how long the migration will take
69
69
 
70
70
The steps are:
71
71
 
72
 
1. Run **bzr check**.
 
72
1. Run **brz check**.
73
73
 
74
 
2. If there are errors, try using **bzr reconcile** to fix them.
 
74
2. If there are errors, try using **brz reconcile** to fix them.
75
75
   If that fails, file a bug so we can help you resolve the issue
76
76
   and get your trunk clean. If it works, take a backup copy of
77
77
   your now clean trunk.
78
78
 
79
 
2. Run **bzr upgrade --format** where *format* is 2a or later.
 
79
2. Run **brz upgrade --format** where *format* is 2a or later.
80
80
 
81
 
3. Run **bzr check** to confirm the final result is good.
 
81
3. Run **brz check** to confirm the final result is good.
82
82
 
83
83
 
84
84
Migrating branches in a shared repository
208
208
the ``parent_location`` configuration variable in the ``branch.conf`` file
209
209
with::
210
210
 
211
 
    bzr config parent_location=XXX
 
211
    brz config parent_location=XXX
212
212
 
213
213
``XXX`` being the URL to your new trunk.
214
214