push URI pattern

Asked by Haricharan

What is the pattern for URI for push?

Everytime I issue a push i get this error
Error while executing push
    Transport operation not possible: http does not support mkdir()

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Plugin for Eclipse Edit question
Assignee:
No assignee Edit question
Solved by:
Haricharan
Solved:
Last query:
Last reply:
Revision history for this message
Guillermo Gonzalez (verterok) said :
#1

Hi,
This isn't a bzr-eclipse issue, but a bzr one.
You can't push to http, as http is read-only transport.
Instead you should use bzr, bzr+ssh, sftp or webdav (using the bzr-webdav plugin)

Revision history for this message
Haricharan (haricharan) said :
#2

Thanks for answering. I figured it out anyway. I forgot to reply back.