Comment 2 for bug 927929

Revision history for this message
Martin Pool (mbp) wrote : Re: Error with Bazaar through FTP: Unrecognised container format

On 7 February 2012 09:20, Fbe546 <email address hidden> wrote:
> Thanks a lot for the answer.
>
> We posted a bug report at https://bugs.launchpad.net/bzr/+bug/927929
> with the .bzr.log file.
>
> The pack files of the old repository did indeed begin with "Bazaar
> pack format 1 (introduced in 0.18)\n". There are no pack files inside
> the newly created repository (with the commands above), but I suppose
> it's normal.

In the bug you create a new repository and then try to commit to it.
In this case bzr is creating and then reading back a pack file. If
the data we wrote in to the pack is immediately missing this is seems
very likely a bug in the ftp server implementation.

--
Martin