/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/user-guide/reusing_a_checkout.txt

  • Committer: Ian Clatworthy
  • Date: 2007-11-27 21:17:06 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-20071127211706-871zcqst0yi5tcvl
make fixes suggested by proof-readers

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 2. Use the ``bind`` command giving the URL of the new
32
32
    remote branch you wish to work on.
33
33
 
34
 
 3. Make your checkout a copy of the bound branch by using
35
 
    the ``pull --overwrite`` command.
36
 
 
37
 
If you now run ``update``, it should report your checkout as
38
 
being up to date. Note that simply binding to a new branch
39
 
and running update is not enough: you need the ``pull --overwrite``
40
 
step to synchronous the local history with the remote history.
 
34
 3. Make your checkout a copy of the desired branch by using
 
35
    the ``update`` command followed by the ``revert`` command.
 
36
 
 
37
 
 
38
Note that simply binding to a new branch
 
39
and running ``update`` is not enough: you need the ``revert`` to
 
40
throw away any local differences in the working tree.
41
41
 
42
42
Switching a lightweight checkout
43
43
--------------------------------