Win32 bzr used from within cygwin: commit to sftp repo freezes
Bernhard Voelker
list at bernhard-voelker.de
Sat Jan 5 17:35:02 GMT 2008
Jari Aalto wrote:
> * Fri 2008-01-04 Bernhard Voelker <list at bernhard-voelker.de>
> * Message-Id: 477E417F.7030906 at bernhard-voelker.de
>
>> Hi bzr,
>>
>> I got the windows installation of bzr 1.0.0, and my checkout is bound
>> to a sftp:// repository which works great from a DOS box.
>>
>> But if I'm trying to commit/revert/etc. from within an xterm in
>> cygwin, then bzr freezes. I found out that the ssh of the cygwin
>> installation is being used (which works fine from bash without
>> password due to authorized_keys2 on the server).
>>
>> Can bzr be forced to use the ssh implementation used by the windows
>> bzr installation, i.e. the paramiko lib?
>>
>
> Cygwin includes paramiko. Could you see if it works?
>
> http://cygwin.com/packages/python-paramiko
>
> Jari
John pointed me to another solution:
> export BZR_SSH="paramiko"
So the windows bzr installation doesn't search for another SSH.
Thank you (& John again).
Berny
More information about the bazaar
mailing list