branch: sftp fixes
Alexey Shamrin
shamrin at gmail.com
Wed Nov 23 05:51:06 GMT 2005
On 23/11/05, Martin Pool <mbp at sourcefrog.net> wrote:
> On 21 Nov 2005, Robey Pointer <robey at lag.net> wrote:
> > In the interest of waving a red flag and trying to expedite getting
> > these into the bzr mainline, I made a special branch that just holds
> > the sftp fixes from the last couple of weeks. Here are the changes
> > incorporated:
>
> Thanks, merged in.
Take a look at http://nicecode.org/bzr/selftest-win32/bzr.dev/ -- I
have updated logs of "bzr selftest". It appears that most of sftp
tests still don't pass under Windows. Now they fail with:
Traceback (most recent call last):
File "c:\work\prog\bzr\bzr.dev\bzrlib\selftest\testsftp.py", line
127, in test_sftp_locks
t = self.get_transport()
File "c:\work\prog\bzr\bzr.dev\bzrlib\selftest\testsftp.py", line
123, in get_transport
return SFTPTransport(url)
File "c:\work\prog\bzr\bzr.dev\bzrlib\transport\sftp.py", line 137,
in __init__
self._sftp_connect()
File "c:\work\prog\bzr\bzr.dev\bzrlib\transport\sftp.py", line 475,
in _sftp_connect
load_host_keys()
File "c:\work\prog\bzr\bzr.dev\bzrlib\transport\sftp.py", line 68,
in load_host_keys
save_host_keys()
File "c:\work\prog\bzr\bzr.dev\bzrlib\transport\sftp.py", line 77,
in save_host_keys
os.mkdir(config_dir())
OSError: [Errno 2] No such file or directory:
'c:\\work\\prog\\bzr\\bzr.dev\\bazaar\\2.0'
--
Alexey
More information about the bazaar
mailing list