1
Let's assume you want to publish your branch at myserver.com/myproject
2
and you have sftp access to the server::
4
$ bzr push sftp://me@myserver.com/~/public_html/myproject/
7
*Note:* to use sftp, you may need to install ``paramiko`` and
8
``pyCrypto``. See http://bazaar-vcs.org/InstallationFaq for details.
10
Now anyone can get their own copy of your branch by typing::
12
bzr branch http://myserver.com/myproject/
14
`Return to the mini-tutorial`_
16
_Return to the mini-tutorial: ../