~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge Ian's changes to Sphinx for doc generation

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. (See `Feature branches`_ in
41
 
n `Organizing your workspace`_ for a commonly used layout.)
42
 
For example::
 
40
as a shared repository. (See `Feature branches
 
41
<organizing_your_workspace.html#feature-branches>`_ in
 
42
`Organizing your workspace <organizing_your_workspace.html>`_
 
43
for a commonly used layout.) For example::
43
44
 
44
45
  bzr init-repo my-repo
45
46
  cd my-repo
91
92
the latest version.
92
93
 
93
94
As explained in later chapters, Bazaar also has support for
94
 
`lightweight checkouts <#getting-a-lightweight-checkout>`_ 
 
95
`lightweight checkouts <using_checkouts.html#getting-a-lightweight-checkout>`_ 
95
96
of a branch, i.e. working trees with
96
97
no local storage of history. Of course, disconnected usage
97
98
is not available then but that's a tradeoff you can decide