/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Jonathan Lange
  • Date: 2009-12-09 09:20:42 UTC
  • mfrom: (4881 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4907.
  • Revision ID: jml@canonical.com-20091209092042-s2zgqcf8f39yzxpj
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
  ===========         ======================================================
17
17
  Prefix              Description
18
18
  ===========         ======================================================
19
 
  file://             Access using the standard filesystem (default)
20
 
  sftp://             Access using SFTP (most SSH servers provide SFTP).
21
 
  bzr://              Fast access using the Bazaar smart server.
22
 
  ftp://              Access using passive FTP.
23
 
  http://             Read-only access to branches exported by a web server.
 
19
  \file://            Access using the standard filesystem (default)
 
20
  \sftp://            Access using SFTP (most SSH servers provide SFTP).
 
21
  \bzr://             Fast access using the Bazaar smart server.
 
22
  \ftp://             Access using passive FTP.
 
23
  \http://            Read-only access to branches exported by a web server.
24
24
  ===========         ======================================================
25
25
 
26
26
As indicated above, branches are identified using URLs with the
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