push to a windows ftp server

Stefan Reichör stefan at xsteve.at
Thu Jun 8 20:04:51 BST 2006


John Arbash Meinel <john at arbash-meinel.com> writes:

> Stefan Reichör wrote:
>> Hi!
>>
>> I'd like to mirror a bzr repository to a windows ftp server.
>>
>> I tried the following
>> # bzr push ftp://user:passwd@xsteve.at/bzr
>> bzr: ERROR: 550 bzr: Cannot create a file when that file already exists.
>>
>> I use bzr 0.8.2 on Dapper.
>>
>
> I think you are being bitten by the bug where bzr didn't push to top
> level branches. Can you try to do:
>
> bzr push ftp://user:passwd@xsteve.at/base/bzr

# bzr push ftp://user:passwd@xsteve.at/bzr/dvc
bzr: ERROR: 550 /bzr/dvc: Cannot create a file when that file already exists.

I created bzr before. So the problem remains.

> And 'base' should probably exist.
>
> I just committed some changes which should fix this behavior, but that
> may be more of an 0.9 rather than a 0.8.x release.

Where can I find your branch?

And how can I use that branch on my ubuntu box locally?


Stefan.




More information about the bazaar mailing list