~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-10-27 10:07:54 UTC
  • mfrom: (3779.2.1 doc-stacked-lightweight)
  • Revision ID: pqm@pqm.ubuntu.com-20081027100754-ilnqmlvshjrw6itv
(mbp) improved stacked/lightweight documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
Of course, many of the benefits of a normal checkout are lost by doing
62
62
this but that's a tradeoff you can make if and when it makes sense.
63
63
 
 
64
The ``--lightweight`` option only applies to checkouts, not to all branches.
 
65
 
64
66
Note: If your code base is really large and disk space on your computer
65
67
is limited, lightweight checkouts may be the right choice for you.
66
 
Be sure to consider all your options though including shared repositories
67
 
and `Reusing a checkout`_ as explained later.
 
68
Be sure to consider all your options though including
 
69
`shared repositories <#a-reminder-about-shared-repositories>`_,
 
70
`stacked branches <#using-stacked-branches>`_, and `reusing a checkout`_.
68
71
 
69
72
Updating to the latest content
70
73
------------------------------