~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2008-10-28 19:39:57 UTC
  • mfrom: (3804 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3805.
  • Revision ID: john@arbash-meinel.com-20081028193957-zg2eygq5cgz2bnpu
Merge bzr.dev 3804

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
------------------------------