push to a windows ftp server

John Arbash Meinel john at arbash-meinel.com
Thu Jun 8 23:44:37 BST 2006


Stefan Reichör wrote:
> John Arbash Meinel <john at arbash-meinel.com> writes:
> 
>> Stefan Reichör wrote:


> 
> # 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.
> 

Well, I merged it onto bzr.dev, so you can now do:

bzr get http://bazaar-vcs.org/bzr/bzr.dev

Which will create a local copy of bzr.dev on your machine.

Then you can either run from source, or run 'python setup.py install'.

I'm a little concerned about the error that you are getting. In general,
ftp servers aren't good at giving reasons for why they fail, generally
just telling us that "I can't do that". (Which doesn't tell us if the
parent didn't exist, or if the directory we are creating does exist).

I have also heard about ftp servers that don't allow you to create dot
files (files starting with a single '.').

At this point, the only one we create is '.bzr', and there is some work
which might make it easier to use '_bzr'.

Otherwise, all of my branches are available somewhere at:
http://bzr.arbash-meinel.com/branches/bzr/

But since that is my home machine, it isn't a terribly fast connection.

John
=:->

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060608/27fa825d/attachment.pgp 


More information about the bazaar mailing list