/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: Andrew Bennetts
  • Date: 2010-04-08 07:01:10 UTC
  • mfrom: (5138 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5141.
  • Revision ID: andrew.bennetts@canonical.com-20100408070110-mnvv0kbbyaj6cqdg
MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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