Using sftp transport for branching?
John Arbash Meinel
john at arbash-meinel.com
Wed Jul 5 14:51:41 BST 2006
Iwan Vosloo wrote:
> Hi there,
>
> from various sources on the 'net it seems that you can use sftp here
> (for example):
> bzr branch sftp://[stuff] mylocalbranch
>
> But it does not seem to work if I try it. Assuming I'm in ~iwan/ and I
> execute the command above, I always get:
>
> bzr: ERROR: Not a branch: /home/iwan/sftp:/[stuff]
>
> So it looks like bzr interprets the sftp URL as a subdirectory name, not
> an sftp URL.
>
> Should I be able to do this?
>
> (I'm using bzr 0.8.2 - on dapper)
>
> Thanks
> -i
You have to have 'paramiko' installed. The new 0.9 will give you a
better warning about not supporting 'sftp://' though it doesn't give you
the nicest warning (yet) about needing to install paramiko.
sudo apt-get install paramiko
Should fix your problem.
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060705/bff55fd1/attachment.pgp
More information about the bazaar
mailing list