37
37
Clients can access the branches using URLs with the ``bzr+ssh://`` prefix. For
38
38
example, to get a local copy of the ProjectX trunk, a developer could do::
42
42
If the developers have write access to the ``/srv/bzr/projectx`` directory, then
43
43
they can create new branches themselves using::
46
46
bzr+ssh://server.example.com/srv/bzr/projectx/feature-gui
48
48
Of course, if this isn't desired, then developers should not have write access