/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/server.txt

Add readonly support to the smart server, enabled by default via `bzr server`.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
protocol as a dumb server.  This is the first stage high performance server
29
29
functionality to be delivered.
30
30
 
31
 
The current high performance server **always** provides **read/write** access.
32
 
It is not suitable for publishing of read-only mirrors.
 
31
The current high performance server provides read only access by default for
 
32
security. To enable read-write access, run it with --allow-writes. When using
 
33
the SSH access method, bzr automatically runs with with the --allow-writes
 
34
option.
33
35
 
34
36
It can be configured to run in three different ways:
35
37