bazaar error

Martin Pool mbp at sourcefrog.net
Tue Jul 17 05:03:55 BST 2007


On 7/16/07, Jeremy Jones <zanesdad at bellsouth.net> wrote:
> I was trying to branch from a repository I uploaded to my hosting
> server and received the following error (which stated that I should
> send it here).  Branching with http:// didn't cause a problem, but
> branching with bzr+ssh:// did.  The error occurred on my Mac laptop
> running bazaar 0.17 and Python 2.4.4.  Please let me know if I can do
> anything to help troubleshoot this.
>
> Here's the error
>
>
> jmjones at dink:~/projects/ediplex$ bzr branch bzr+ssh://
> ediplex at ediplex.org/home/ediplex/bzr.ediplex.org/trunk ediplex
> ediplex at ediplex.org's password:
> bash: line 1: bzr: command not found

Hi Jeremy,

bzr+ssh tries to run bzr on the remote machine to act as a smart
server and help us retrieve the data.  This error indicates that it
isn't installed or couldn't be found.  If you haven't installed bzr on
that server, you should do so.  If it is installed but isn't found,
you can set the environment variable BZR_REMOTE_PATH to its location.
If you can't install software on that machine, even in your home
directory, then you need to use sftp:// rather than bzr+ssh.

Hope that helps,
-- 
Martin



More information about the bazaar mailing list