Can't push to my own project (Transport operation not possible: readonly transport)

Asked by sevka

I created a new project. Then I imported code from google-code. Then I get code to my computer form launchpad.
I configured ssh keys and did commands "bzr launchpad-login" and "bzr whoami". I created some folder locally, commited it to my local bazzar repo, but when I tried to push, I got an error:

bzr push lp:nfs-lan
bzr: ERROR: Cannot lock LockDir(lp-77989520:///%2Bbranch/nfs-lan/.bzr/branchlock): Transport operation not possible: readonly transport

I tried another way to push:
bzr push bzr+ssh://<email address hidden>/~sevka/nfs-lan/nfs-lan
bzr: ERROR: Cannot lock LockDir(lp-63936144:///~sevka/nfs-lan/nfs-lan/.bzr/branchlock): Transport operation not possible: readonly transport

I tried to get code in two ways: bzr init, bzr pull and bzr branch. But when I push, I always get the same error: "Transport operation not possible: readonly transport "

How can I push to my project?

P.S. Actually I can push to my own branch like this "lp:~sevka/+junk/nfs-lan" but I want to push to the project

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Max Bowsher
Solved:
Last query:
Last reply:
Revision history for this message
Best Max Bowsher (maxb) said :
#1

Hi sevka,

You cannot push to that branch because it is a code import branch, updated only by the Launchpad code import system.

If you would now like to continue development in Bazaar on Launchpad directly, you need to push a new branch which is not associated with an automatic code import.

Revision history for this message
sevka (sevka) said :
#2

Thanks Max Bowsher, that solved my question.