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

merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Running a Bazaar server
2
 
=======================
 
1
Running a smart server
 
2
======================
3
3
 
4
4
Bazaar does not require a specialised server because it operates over HTTP, FTP
5
5
or SFTP.  There is an optional smart server that can be invoked over SSH, from
17
17
 
18
18
Bazaar supports writing over FTP, SFTP and (via a plugin) over HTTP-WebDAV.
19
19
 
20
 
High-performance server
21
 
-----------------------
 
20
High-performance smart server
 
21
-----------------------------
22
22
 
23
 
The high-performance server is currently in development.  It provides a dumb
24
 
server facility as well as additional capabilities which allow the version of
25
 
bzr that accompanies this documentation to perform some operations much faster
26
 
than via dumb servers.  In future releases of bzr the range of operations that
27
 
are improved by using the high-performance server will increase.
 
23
The high-performance smart server (hpss) performs certain operations much faster
 
24
than dumb servers are capable of.  In future releases, the range of operations
 
25
that are improved by using the smart server will increase as we continue to
 
26
tune performance.
28
27
 
29
28
To maintain the highest security possible, the current
30
 
high-performance server provides read-only access by default.  To
 
29
smart server provides read-only access by default.  To
31
30
enable read-write access, run it with ``--allow-writes``. When using
32
31
the SSH access method, bzr automatically runs with with the
33
32
``--allow-writes`` option.
34
33
 
35
 
The server can be configured to run in three different ways:
 
34
The alternative ways of configuring a smart server are explained below.
36
35
 
37
36
SSH
38
37
~~~