Rev 6054: (mbp) Correction to 'bzr serve' syntax in admin guide (thanks i41) (Martin in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/2.4/
Patch Queue Manager
pqm at pqm.ubuntu.com
Fri Oct 14 05:58:00 UTC 2011
At file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/2.4/
------------------------------------------------------------
revno: 6054 [merge]
revision-id: pqm at pqm.ubuntu.com-20111014055800-wksh8stpfxuvcvvh
parent: pqm at pqm.ubuntu.com-20111010100601-ckp3ys7hobu3elq2
parent: mbp at canonical.com-20110824093435-h4tckaau084ywpcv
committer: Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: 2.4
timestamp: Fri 2011-10-14 05:58:00 +0000
message:
(mbp) Correction to 'bzr serve' syntax in admin guide (thanks i41) (Martin
Pool)
modified:
doc/en/admin-guide/simple-setups.txt simplesetups.txt-20091205144603-lgpl0e0z6lzk2rdw-11
doc/en/release-notes/bzr-2.4.txt bzr2.4.txt-20110114053217-k7ym9jfz243fddjm-1
=== modified file 'doc/en/admin-guide/simple-setups.txt'
--- a/doc/en/admin-guide/simple-setups.txt 2011-03-24 00:13:10 +0000
+++ b/doc/en/admin-guide/simple-setups.txt 2011-08-24 09:34:35 +0000
@@ -112,7 +112,7 @@
The following example shows how a single line is configured::
- command="bzr --serve --inet --allow-writes --directory=/srv/bzr",no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding ssh-rsa AAA...= my bzr key
+ command="bzr serve --inet --allow-writes --directory=/srv/bzr",no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding ssh-rsa AAA...= my bzr key
This command allows the user to access only bzr and disables other SSH use. Write
access to each repository in the directory ``/srv/bzr`` has been granted with ``--allow-writes``
@@ -122,9 +122,9 @@
for Alice and Bob. This method will not allow you to restrict access to part
of a repository, you may only restrict access to a single part of the directory structure::
- command="bzr --serve --inet --allow-writes --directory=/srv/bzr/alice/",no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding ssh-rsa AAA...= Alice's SSH Key
- command="bzr --serve --inet --allow-writes --directory=/srv/bzr/bob/",no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding ssh-rsa AAA...= Bob's SSH Key
- command="bzr --serve --inet --allow-writes --directory=/srv/bzr/",no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding ssh-rsa AAA...= Repo Manager SSH Key
+ command="bzr serve --inet --allow-writes --directory=/srv/bzr/alice/",no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding ssh-rsa AAA...= Alice's SSH Key
+ command="bzr serve --inet --allow-writes --directory=/srv/bzr/bob/",no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding ssh-rsa AAA...= Bob's SSH Key
+ command="bzr serve --inet --allow-writes --directory=/srv/bzr/",no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding ssh-rsa AAA...= Repo Manager SSH Key
Alice and Bob have access to their own repository and Repo Manager
has access to the each of their repositories. Users are not allowed access to any part of
=== modified file 'doc/en/release-notes/bzr-2.4.txt'
--- a/doc/en/release-notes/bzr-2.4.txt 2011-10-07 13:41:12 +0000
+++ b/doc/en/release-notes/bzr-2.4.txt 2011-08-24 09:34:35 +0000
@@ -139,6 +139,9 @@
* Corrected documentation for BZR_PROGRESS_BAR.
(Dennis Benzinger, #735417)
+* Corrected documentation for ``bzr serve`` in the Admin Guide.
+ (Morten Bøgeskov, Martin Pool, #832576)
+
API Changes
***********
More information about the bazaar-commits
mailing list