bzr push http(https)

Asked by Yura Tolstik

why not work subj?

bzr push http://localhost .

returns error:

bzr: ERROR: Transport operation not possible: http does not support mkdir()

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
John A Meinel (jameinel) said :
#1

Are you doing "bzr push http://localhost" or "bzr push http://localhost ."

If the latter, it sounds like you either want "bzr pull" or "bzr branch". If the former, you can't push to http because it isn't a writable medium.

There are some ways to enable it, but usually the easier answer is to use sftp/ftp/bzr+ssh to do pushing. If you want/need to be able to write over http, then you can look into setting up a smart server serving over http.

You might look here:
http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html#running-a-smart-server
or
http://doc.bazaar-vcs.org/bzr.dev/http_smart_server.html

Can you help with this problem?

Provide an answer of your own, or ask Yura Tolstik for more information if necessary.

To post a message you must log in.