Re: [Python-Dev] BZR mirror and pushing to Launchpad

On Mon, 9 Mar 2009 at 10:49, Barry Warsaw wrote:
-----BEGIN PGP SIGNED MESSAGE----- On Mar 9, 2009, at 10:48 AM, R. David Murray wrote:
On Mon, 9 Mar 2009 at 09:30, Barry Warsaw wrote:
On Mar 9, 2009, at 9:02 AM, R. David Murray wrote:
Perhaps RDM branched from code.python.org before I upgraded the > repository format to 1.9-rich-root? I grabbed the tarball and made my initial branch on 2/20, from
On Mon, 9 Mar 2009 at 08:15, Barry Warsaw wrote: python.org. Then I branched from that to make the branch I pushed to Launchpad. Could the second branch be the problem? I just did 'bzr branch trunk trunk-myfix'.
I upgraded the repository on 2/25, so it's possible your older tarball is the problem. try running 'bzr upgrade --1.9.rich-root' on it and see if that allows you to stack on Launchpad.
Hmm. My client is 1.12, and it says:
rdmurray@maestro:~/src/python/bzr>bzr upgrade --1.9.rich-root bzr: ERROR: no such option: --1.9.rich-root
Do I need to downgrade to 1.9?
No, sorry, that was a typo on my part.
Try --1.9-rich-root
Also, 'bzr help upgrade'
Ach. I looked at an example of running the command I found on the web and didn't see the typo. I'd probably have spotted it if I'd checked the help :(. Upgrade running now, I'll report back after I try the push again. -- R. David Murray http://www.bitdance.com

On Mon, 9 Mar 2009 at 11:23, R. David Murray wrote:
On Mon, 9 Mar 2009 at 10:49, Barry Warsaw wrote:
-----BEGIN PGP SIGNED MESSAGE----- On Mar 9, 2009, at 10:48 AM, R. David Murray wrote:
On Mon, 9 Mar 2009 at 09:30, Barry Warsaw wrote:
On Mar 9, 2009, at 9:02 AM, R. David Murray wrote:
Perhaps RDM branched from code.python.org before I upgraded the repository format to 1.9-rich-root? I grabbed the tarball and made my initial branch on 2/20, from
On Mon, 9 Mar 2009 at 08:15, Barry Warsaw wrote: python.org. Then I branched from that to make the branch I pushed to Launchpad. Could the second branch be the problem? I just did 'bzr branch trunk trunk-myfix'.
I upgraded the repository on 2/25, so it's possible your older tarball is the problem. try running 'bzr upgrade --1.9.rich-root' on it and see if that allows you to stack on Launchpad.
Hmm. My client is 1.12, and it says:
rdmurray@maestro:~/src/python/bzr>bzr upgrade --1.9.rich-root bzr: ERROR: no such option: --1.9.rich-root
Do I need to downgrade to 1.9?
No, sorry, that was a typo on my part.
Try --1.9-rich-root
Also, 'bzr help upgrade'
Ach. I looked at an example of running the command I found on the web and didn't see the typo. I'd probably have spotted it if I'd checked the help :(.
Upgrade running now, I'll report back after I try the push again.
OK, that fixed it. New push is properly stacked. Thanks everyone, especially Barry. -- R. David Murray http://www.bitdance.com
participants (1)
-
R. David Murray