~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2007-08-30 08:11:54 UTC
  • mfrom: (2766 +trunk)
  • mto: (2535.3.55 repo-refactor)
  • mto: This revision was merged to the branch mainline in revision 2772.
  • Revision ID: andrew.bennetts@canonical.com-20070830081154-16hebp2xwr15x2hc
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
Running a Bazaar server from inetd requires an inetd.conf entry::
62
62
 
63
 
    4155  stream  tcp  nowait  bzruser  /usr/bin/bzr serve --inet --directory=/srv/bzr/repo
 
63
    4155  stream  tcp  nowait  bzruser  /usr/bin/bzr /usr/bin/bzr serve --inet --directory=/srv/bzr/repo
64
64
 
65
65
When running client commands, the URL you supply is a `bzr://` URL relative to
66
66
the ``--directory`` option given in inetd.conf::
87
87
your machine on port `4155`.
88
88
 
89
89
server::
 
90
 
90
91
    bzr serve --directory=/srv/bzr/repo