sftp urls are interpreted as a local paths

Wouter van Heyst larstiq at larstiq.dyndns.org
Mon May 15 17:07:05 BST 2006


On Mon, May 15, 2006 at 05:57:21PM +0200, Haakon Riiser wrote:
> I'm trying out bzr for the first time, and I'm having trouble
> with sftp urls.  Example:
> 
>   $ rm -rf foo; mkdir foo; cd foo
>   $ bzr checkout sftp://user@host/~/path/to/branch/ branch
>   bzr: ERROR: Not a branch: /tmp/sftp:/user at host/~/path/to/branch/
>   $ bzr version | head -1
>   bzr (bazaar-ng) 0.8
> 
> Notice that the error message indicates that bzr never tries to
> access the specified host using sftp.  Instead, it tries the local
> path /tmp/sftp:/user at host/~/path/to/branch/.
> 
> Tried both the wiki and the mailing list archives, but without any
> luck.  Have I missed something obvious?

Do you have paramiko and pycrypto installed?

Wouter van Heyst




More information about the bazaar mailing list