Push fails on webdav server
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar WebDAV plugin |
Confirmed
|
Medium
|
Unassigned |
Bug Description
I've been trying to set up a repository on a webdav server, but my puny Bazaar skills are letting me down. I've got Bazaar Explorer (Windows) and the webdav plugin seems to be properly installed. I have a local repository for test purposes, and try to push it into my account at mydrive.ch with the following command in the console (Bazaar Explorer's "advanced commands").
bzr push https:/
The error is: TransportNotPos
I ran it again with -Dhttp and inspected the log file; it seems that upon trying to create a directory the server simply replies with "not implemented"?
I attached the log for the event in question. Thanks!
Can you try with: //user: <email address hidden>
bzr push https+webdav:
and report ?