Comment 8 for bug 927929

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

On 8 February 2012 23:00, Fbe546 <email address hidden> wrote:
> Yay, it works again if I set "self._has_append" to false in
> transport/ftp/__init__.py!
>
> So it means, as you said, that the servers implements APPE, but it
> doesn't work correctly... We reported that to our host, let's see what
> they will say...
>
> Thanks for your help.

OK, that's interesting. Would you like to try a patch to add a
configuration variable for avoiding append?

It may get pretty slow to read everything back as your repository gets larger.

When we write a file out in a single stream we could possibly avoid
APPE with some code changes...

--
Martin