[MERGE] Support for Putty SSH implementation
John Arbash Meinel
john at arbash-meinel.com
Wed Jan 10 20:50:25 GMT 2007
Alexander Belchenko wrote:
> John Arbash Meinel ?8H5B:
>> Alexander Belchenko wrote:
>>> John Arbash Meinel ?8H5B:
>>> [skip]
>>>> My best guess is that it isn't finding plink on the path, but that is
>>>> only a guess.
>>> I think it's unlikely because in this case bzr should roll back to using
>>> paramiko alone.
>>>
>> can you try to mutter() the command that is being run. To make sure that
>> we are spawning the right command?
>
> Sure I can try, but... I can't find the place where I need to add this mutter.
> Can you help me there?
>
After the patch, in bzrlib/transport/ssh.py there should be a place
where it is calling:
subprocess.Popen(args,
....)
Just add a line like:
mutter('spawning command: %s', args)
just before that.
It might also be that we need to supply something like 'shell=True', or
some other change to how we are spawning the subprocess.
John
=:->
More information about the bazaar
mailing list