~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/branching_a_project.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:
37
37
where to put it on your filesystem. For maximum storage
38
38
efficiency down the track, it is recommended that branches
39
39
be created somewhere under a directory that has been set up
40
 
as a shared repository. For example::
 
40
as a shared repository. (See `Choosing a shared repository
 
41
layout`_ in the appendices for guidelines and examples.)
 
42
For example::
41
43
 
42
44
  bzr init-repo my-repo
43
45
  cd my-repo
89
91
the latest version.
90
92
 
91
93
As explained in later chapters, Bazaar also has support for
92
 
lightweight checkouts of a branch, i.e. working trees with
 
94
`lightweight checkouts <#getting-a-lightweight-checkout>`_ 
 
95
of a branch, i.e. working trees with
93
96
no local storage of history. Of course, disconnected usage
94
97
is not available then but that's a tradeoff you can decide
95
98
to make if local disk space is really tight for you. Support for