/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: Martin
  • Date: 2010-05-25 17:27:52 UTC
  • mfrom: (5254 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5257.
  • Revision ID: gzlist@googlemail.com-20100525172752-amm089xcikv968sw
Merge bzr.dev to unite with similar changes already made

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
30
30
`URL Identifiers <../user-reference/bzr_man.html#url-identifiers>`_
31
31
section of the Bazaar User Reference.
32
32
 
 
33
URLs are normally resolved relative to the root directory of the server,
 
34
so ``ftp://example.com/repo/foo`` means the ``/repo/foo`` directory of
 
35
that host.  (We say 'normally' because some server software like Apache
 
36
can be configured to remap URLs arbitrarily, in which case you'll need to
 
37
look at the server configuration to find out which URL corresponds to
 
38
which directory.)
 
39
 
 
40
To address a path relative to your home directory on the server, use a
 
41
tilde like so: ``sftp://example.com/~/public_html`` should map to
 
42
``public_html`` within your home directory.
 
43
 
33
44
A reminder about shared repositories
34
45
------------------------------------
35
46
 
92
103
the latest version.
93
104
 
94
105
As explained in later chapters, Bazaar also has support for
95
 
`lightweight checkouts <using_checkouts.html#getting-a-lightweight-checkout>`_ 
 
106
`lightweight checkouts <using_checkouts.html#getting-a-lightweight-checkout>`_
96
107
of a branch, i.e. working trees with
97
108
no local storage of history. Of course, disconnected usage
98
109
is not available then but that's a tradeoff you can decide