*** This bug is a duplicate of bug 137044 ***
https://bugs.launchpad.net/bugs/137044
Ok, this has been fixed in bzr.0.91, this is a duplicate of #137044.
Sorry, I should have think about it earlier.
If you want to stay with bzr.0.90 the fix is pretty simple:
--- bzrlib/transport/ftp.py 2007-08-22 01:41:24 +0000
+++ bzrlib/transport/ftp.py 2007-09-05 07:27:49 +0000
@@ -130,7 +130,7 @@
connection = ftplib.FTP()
connection.connect(host=self._host, port=self._port)
if self._user and self._user != 'anonymous' and \
- password is not None: # '' is a valid password
+ password is None: # '' is a valid password
get_password = bzrlib.ui.ui_factory.get_password
password = get_password(prompt='FTP %(user)[EMAIL
PROTECTED](host)s password',
** This bug has been marked a duplicate of bug 137044
Saved FTP passwords not used, password not prompted
--
`bzr push` fails with error 530 (login incorrect)
https://bugs.launchpad.net/bugs/159997
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs