Comment 3 for bug 224373

Revision history for this message
FooBar (foobar-jaspervries) wrote :

Hi, I'm new to Bazaar. While still trying to figure stuff out, I ran into this very error while trying to set up a central repository using ftp.
Bazaar 1.12 on Win Vista and ftp server on *NIX. Is there a workaround of fix other than using a different ftp server or operating system?

Here's the traceback:

e:\>bzr push ftp://<email address hidden>/firs
FTP <email address hidden> password:
bzr: ERROR: ftplib.error_reply: 250 Directory created.

Traceback (most recent call last):
  File "bzrlib\commands.pyo", line 896, in run_bzr_catch_errors
  File "bzrlib\commands.pyo", line 842, in run_bzr
  File "bzrlib\commands.pyo", line 542, in run_argv_aliases
  File "bzrlib\builtins.pyo", line 981, in run
  File "bzrlib\push.pyo", line 82, in _show_push_branch
  File "bzrlib\transport\__init__.pyo", line 1680, in do_catching_redirections
  File "bzrlib\push.pyo", line 73, in make_directory
  File "bzrlib\transport\ftp\__init__.pyo", line 355, in mkdir
  File "ftplib.pyo", line 521, in mkd
  File "ftplib.pyo", line 619, in parse257
error_reply: 250 Directory created.

bzr 1.12 on python 2.5.2 (win32)
arguments: ['bzr', 'push', 'ftp://<email address hidden>/fir
s']
encoding: 'cp1252', fsenc: 'mbcs', lang: None
plugins:
  bzrtools C:\Program Files\Bazaar\plugins\bzrtools [1.12]
  launchpad C:\Program Files\Bazaar\plugins\launchpad [unknown]
  netrc_credential_store C:\Program Files\Bazaar\plugins\netrc_credential_store
[unknown]
  qbzr C:\Program Files\Bazaar\plugins\qbzr [0.9.8]
  svn C:\Program Files\Bazaar\plugins\svn [0.5.2]
*** Bazaar has encountered an internal error.
    Please report a bug at https://bugs.launchpad.net/bzr/+filebug
    including this traceback, and a description of what you
    were doing when the error occurred.