~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-10-01 23:09:27 UTC
  • mfrom: (5439.3.4 doc-https-support-596239)
  • Revision ID: pqm@pqm.ubuntu.com-20101001230927-8ucht96vmm4ydiab
(jameinel) Update documentation to make it clearer that we support HTTPS.
 (#596239) (John C Barstow)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
  \sftp://            Access using SFTP (most SSH servers provide SFTP).
21
21
  \bzr://             Fast access using the Bazaar smart server.
22
22
  \ftp://             Access using passive FTP.
23
 
  \http://            Read-only access to branches exported by a web server.
 
23
  \http://            Access to branches exported by a web server.
 
24
  \https://           Encrypted access to branches exported by a web server.
24
25
  ===========         ======================================================
25
26
 
26
27
As indicated above, branches are identified using URLs with the
41
42
tilde like so: ``sftp://example.com/~/public_html`` should map to
42
43
``public_html`` within your home directory.
43
44
 
 
45
.. note:: Access over HTTP or HTTPS is read-only by default.
 
46
   See `Pushing over the http smart server
 
47
   <http_smart_server.html#pushing-over-the-http-smart-server>`_ for
 
48
   details on configuring read-write access.
 
49
 
44
50
A reminder about shared repositories
45
51
------------------------------------
46
52