launchpad-users team mailing list archive
-
launchpad-users team
-
Mailing list archive
-
Message #06648
Re: Question about checkin a branch to LP
On 23/09/14 22:16, Sascha Manns wrote:
> Hello,
>
> yesterday i had checked out my branch of https://launchpad.net/daps.
> Than i changed some files and made a commit and tried a checkin.
> Sadly i become:
> sascha@sascha-desktop:~/repos/daps/daps$ bzr push :parent
> bzr: ERROR: Cannot lock
> LockDir(chroot-94324880:///%2Bbranch/daps/.bzr/branch/lock): Transport
> operation not possible: readonly transport
> sascha@sascha-desktop:~/repos/daps/daps$ bzr break-lock
> sascha@sascha-desktop:~/repos/daps/daps$ bzr push :parent
> bzr: ERROR: Cannot lock
> LockDir(chroot-96835728:///%2Bbranch/daps/.bzr/branch/lock): Transport
> operation not possible: readonly transport
>
> Maybe anyone knows more?
Either your local checkout is over http, which bzr and launchpad treat
as a read-only transport, or if over bzr+ssh, your user does not have
permission to read that branch.
Take a look locally with "bzr info -v" to see the base transport.
If bzr didn't know who you were on launchpad (bzr lp-login), then it
would have chosen http to branch initially.
Cheers,
Tim
References