~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Author(s): Mark Hammond
  • Date: 2008-09-09 17:02:21 UTC
  • mto: This revision was merged to the branch mainline in revision 3697.
  • Revision ID: john@arbash-meinel.com-20080909170221-svim3jw2mrz0amp3
An updated transparent icon for bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
depend on which revision is the tip (i.e. most recent revision)
51
51
in the branch.
52
52
 
53
 
See `Specifying revisions <specifying_revisions.html>`_ in the appendices
54
 
for a closer look at the numerous ways that revisions and ranges of
55
 
revisions can be specified in Bazaar, and `Understanding Revision Numbers
56
 
<zen.html#understanding-revision-numbers>`_ for a more detailed
 
53
See `Specifying revisions`_ in the appendices for a closer look at
 
54
the numerous ways that revisions and ranges of revisions can be specified
 
55
in Bazaar, and `Understanding Revision Numbers`_ for a more detailed
57
56
description of revision numbering.
58
57
 
59
58
.. *TODO: add diagram*
109
108
to use a *standalone tree*, which has a working tree, branch, and repository
110
109
all in a single location. Other common scenarios include:
111
110
 
112
 
* `Shared repositories <branching_a_project.html#a-reminder-about-shared-repositories>`_
113
 
  - working tree and branch are colocated, but the repository is in a higher level
114
 
  directory.
115
 
 
116
 
* `Stacked branches <stacked.html>`_ - branch stores just its
117
 
  unique revisions, using its parent's repository for common revisions.
118
 
 
119
 
* `Lightweight checkouts <using_checkouts.html#getting-a-lightweight-checkout>`_
120
 
  - branch is stored in a different location to the working tree.
 
111
* *Shared repositories* - working tree and branch are colocated, but the
 
112
  repository is in a higher level directory.
 
113
 
 
114
* *Lightweight checkouts* - branch is stored is a different location
 
115
  to the working tree.
121
116
 
122
117
The best way to use Bazaar, however, depends on your needs. Let's take a
123
118
look at some common workflows next.