~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/server.txt

Make bzr+ssh:// actually work (at least with absolute paths).

This also adds an ugly blackbox test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
Using Bazaar over SSH requires no special configuration on the server::
40
40
 
41
 
    bzr log bzr+ssh://host/~/path/to/branch --remote-bzr-path="~/bin/bzr"
 
41
    BZR_REMOTE_PATH=~/bin/bzr bzr log bzr+ssh://host/~/path/to/branch
42
42
 
43
43
inetd
44
44
-----