Why my branch can not be pushed?

Asked by scut_tang

bzr --version: 1.17dev
mkdir newcode; cd newcode;
bzr init-repo --1.9 .
bzr info -v

Shared repository with trees (format: 1.14 or 1.9)
Location:
  shared repository: .

Format:
       control: Meta directory format 1
    repository: Packs 6 (uses btree indexes, requires bzr 1.9)

Create working tree for new branches inside the repository.

Repository:
         0 revisions

bzr branch lp:~marc.alff/mysql-server/mysql-6.0-perfschema
bzr info -v mysql-6.0-perfschema
Repository tree (format: unnamed)
Location:
  shared repository: .
  repository branch: mysql-6.0-perfschema

Related branches:
  parent branch: bzr+ssh://bazaar.launchpad.net/%7Emarc.alff/mysql-server/mysql-6.0-perfschema/

Format:
       control: Meta directory format 1
  working tree: Working tree format 4
        branch: Branch format 6
    repository: Packs 6 (uses btree indexes, requires bzr 1.9)

In the working tree:
     10344 unchanged
         0 modified
         0 added
         0 removed
         0 renamed
         0 unknown
         0 ignored
       429 versioned subdirectories

Branch history:
      3186 revisions
      3255 days old
   first revision: Mon 2000-07-31 21:10:05 +0200
  latest revision: Mon 2009-06-22 17:04:52 -0600

Repository:
     68878 revisions

bzr upgrade --1.9 mysql-6.0-perfschema
 bzr info -v mysql-6.0-perfschema
Repository tree (format: 1.9)
Location:
  shared repository: .
  repository branch: mysql-6.0-perfschema

Related branches:
  parent branch: bzr+ssh://bazaar.launchpad.net/%7Emarc.alff/mysql-server/mysql-6.0-perfschema/

Format:
       control: Meta directory format 1
  working tree: Working tree format 4
        branch: Branch format 7
    repository: Packs 6 (uses btree indexes, requires bzr 1.9)

In the working tree:
     10344 unchanged
         0 modified
         0 added
         0 removed
         0 renamed
         1 unknown
         0 ignored
       429 versioned subdirectories

Branch history:
      3186 revisions
      3255 days old
   first revision: Mon 2000-07-31 21:10:05 +0200
  latest revision: Mon 2009-06-22 17:04:52 -0600

Repository:
     68878 revisions

bzr branch mysql-6.0-perfschema mysql-6.0-infoschema
 bzr info -v mysql-6.0-infoschema
Repository tree (format: 1.9)
Location:
  shared repository: .
  repository branch: mysql-6.0-infoschema

Related branches:
  parent branch: mysql-6.0-perfschema

Format:
       control: Meta directory format 1
  working tree: Working tree format 4
        branch: Branch format 7
    repository: Packs 6 (uses btree indexes, requires bzr 1.9)

In the working tree:
     10344 unchanged
         0 modified
         0 added
         0 removed
         0 renamed
         0 unknown
         0 ignored
       429 versioned subdirectories

Branch history:
      3186 revisions
      3255 days old
   first revision: Mon 2000-07-31 21:10:05 +0200
  latest revision: Mon 2009-06-22 17:04:52 -0600

Repository:
     68878 revisions

bzr push lp:~scut-tang/mysql-server/mysql-6.0-infoschema
Using default stacking branch /~mysql/mysql-server/mysql-5.1 at lp-49577104:///~scut-tang/mysql-server
Source branch format does not support stacking, using format:
  Branch format 7

But it takes a long time, and it will be banned.

Question information

Language:
English Edit question
Status:
Answered
For:
Launchpad itself Edit question
Assignee:
Aaron Bentley Edit question
Last query:
Last reply:
Whiteboard:
2009-07-02 matsubara: assigned to abentley. Aaron, can you help here?
Revision history for this message
Aaron Bentley (abentley) said :
#1

I'm not sure what you mean about 'will be banned'. Some improvements in this area have recently been landed, so make sure you have bzr.dev revno 4477 or later. You can also use bzr 1.16.1. If these continue to send too much data, please file a bug on bzr.

Revision history for this message
scut_tang (scut-tang) said :
#2

'will be banned' means memory error. You can see this at
https://code.launchpad.net/~scut-tang/mysql-server/mysql-6.0-infoschema/
and
mirror-branch using too much memory
https://bugs.launchpad.net/bugs/382795

What does revno 4477 mean?

Revision history for this message
Aaron Bentley (abentley) said :
#3

Revno 4477 is the revision of http://bazaar-vcs.org/bzr/bzr.dev which fixed some cases where too much data was sent.

http://bazaar.launchpad.net/~bzr/bzr/trunk/revision/4477

Can you help with this problem?

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

To post a message you must log in.