push fails?

Asked by Jeff Hill

I dont know if this is normal but will have to discard the work I did this weekend because a push failed.

Run command: bzr push --directory C:/epicsInBazaar/cvs-trunk/trunk --no-strict
Using saved push location: http://bazaar.launchpad.net/~epics-core/epics-base/cvs-trunk/
bzr: ERROR: Cannot lock LockDir(http://bazaar.launchpad.net/~epics-core/epics-base/cvs-trunk/.bzr/branch/lock): Transport operation not possible: http does not support mkdir()

Question information

Language:
English Edit question
Status:
Answered
For:
EPICS Base Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Ralph Lange (ralph-lange) said :
#1

Hi Jeff,

as with all VCS I know, access using http transport is read-only.
You will have to use ssh transport to push changes.

Hope this helps,
Ralph

On Mon 10 May 2010 1:18:25 Jeff Hill wrote:
> New question #110395 on EPICS Base:
> https://answers.launchpad.net/epics-base/+question/110395
>
>
> I dont know if this is normal but will have to discard the work I did this weekend because a push failed.
>
> Run command: bzr push --directory C:/epicsInBazaar/cvs-trunk/trunk --no-strict
> Using saved push location: http://bazaar.launchpad.net/~epics-core/epics-base/cvs-trunk/
> bzr: ERROR: Cannot lock LockDir(http://bazaar.launchpad.net/~epics-core/epics-base/cvs-trunk/.bzr/branch/lock): Transport operation not possible: http does not support mkdir()
>
>

Revision history for this message
Andrew Johnson (anj) said :
#2

Hi Jeff,

As Ralph said, you can't write to Launchpad over http. You should use a command like
  bzr push lp:~epics-core/epics-base/cvs-trunk
which (assuming you've already run a 'bzr launchpad-login' command and set an ssh key through the website) will convert the lp: URI into a bzr+ssh: address.

We are not using the Launchpad Answers feature, it doesn't interact very well with the mailman software that runs our regular mailing lists. Please use core-talk for this kind of issue, or ask me directly.

- Andrew

Can you help with this problem?

Provide an answer of your own, or ask Jeff Hill for more information if necessary.

To post a message you must log in.