BZR mirror and pushing to Launchpad
I just posted a (tiny) patch to the tracker, and for the exercise of it I thought I would push the branch out to Launchpad as suggested in the wiki (http://wiki.python.org/moin/Bazaar). It looks like it is uploading every file in the branch instead of the delta from the trunk. Did I do something wrong in my local bzr setup, or is this the expected behavior? -- R. David Murray http://www.bitdance.com
Yes, this is the expected behavior. Bazaar will upload all of the revisions since it is not stacking off of another branch. You could try using the Launchpad or Python.org mirrors as a stacking branch, as described here: http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html#using-stacked-bra... Cheers, Ross Light On Sun, Mar 8, 2009 at 6:09 PM, R. David Murray <rdmurray@bitdance.com> wrote:
I just posted a (tiny) patch to the tracker, and for the exercise of it I thought I would push the branch out to Launchpad as suggested in the wiki (http://wiki.python.org/moin/Bazaar). It looks like it is uploading every file in the branch instead of the delta from the trunk. Did I do something wrong in my local bzr setup, or is this the expected behavior?
-- R. David Murray http://www.bitdance.com _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/rlight2%40gmail.com
Ross Light wrote:
Yes, this is the expected behavior. Bazaar will upload all of the revisions since it is not stacking off of another branch. You could try using the Launchpad or Python.org mirrors as a stacking branch, as described here:
http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html#using-stacked-bra...
Actually, the Launchpad code server is configured to make bzr automatically stack on the appropriate branch. The docs you point to there are about manually specifying the branch to stack on. -Andrew.
R. David Murray wrote:
I just posted a (tiny) patch to the tracker, and for the exercise of it I thought I would push the branch out to Launchpad as suggested in the wiki (http://wiki.python.org/moin/Bazaar). It looks like it is uploading every file in the branch instead of the delta from the trunk. Did I do something wrong in my local bzr setup, or is this the expected behavior?
It should Just Work, i.e. pushing that branch to Launchpad should stack automatically. I just spoke to one of the code.launchpad.net developers and everything seems to be working normally on his end. Can you provide a bit more information about exactly what you did, so we can try to reproduce the problem? Also, as this may be more of an issue with Launchpad than the Python bzr import, it might be better to continue this conversation on launchpad-users (subscribe at https://launchpad.net/~launchpad-users) rather than python-dev. I guess it depends on whether or not python-dev would consider this noise or not... -Andrew.
participants (3)
-
Andrew Bennetts -
R. David Murray -
Ross Light