~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2010-02-17 05:12:01 UTC
  • mfrom: (4797.2.16 2.1)
  • mto: This revision was merged to the branch mainline in revision 5037.
  • Revision ID: mbp@sourcefrog.net-20100217051201-1sd9dssoujfdc6c4
merge 2.1 back to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
over any of these protocols, Bazaar will allow you to read it remotely.  Just
14
14
enter the URL to the branch in the Bazaar command you are running.::
15
15
 
16
 
    bzr log http://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev
 
16
    bzr log http://bazaar-vcs.org/bzr/bzr.dev
17
17
 
18
18
Bazaar supports writing over FTP, SFTP and (via a plugin) over HTTP-WebDAV.
19
19
 
64
64
 
65
65
Running a Bazaar server from inetd requires an inetd.conf entry::
66
66
 
67
 
    4155  stream  TCP  nowait  bzruser  /usr/bin/bzr /usr/bin/bzr serve --inet --directory=/srv/bzr/repo
 
67
    4155  stream  tcp  nowait  bzruser  /usr/bin/bzr /usr/bin/bzr serve --inet --directory=/srv/bzr/repo
68
68
 
69
69
When running client commands, the URL you supply is a `bzr://` URL relative to
70
70
the ``--directory`` option given in inetd.conf::