Activity log for bug #385132

Date Who What changed Old value New value Message
2009-06-09 09:38:06 Jonathan Lange bug added bug
2009-06-09 23:23:59 Jonathan Lange description When I try to push a branch to development Launchpad server running Bazaar 1.15, I get: $ bzr push lp://dev/~jml/gnome-terminal/new-branch-2 Using default stacking branch /~jml/gnome-terminal/trunk at lp-47059052510160:///~jml/gnome-terminal Source format does not support stacking, using format: '1.6' Packs 5 (adds stacking support, requires bzr 1.6) bzr: ERROR: Unsupported protocol for url "lp-47059052510160:///~jml/gnome-terminal/trunk" HPSS calls: 2 (0 vfs) SmartSSHClientMedium(connected=False, username=None, host='bazaar.launchpad.dev', port=None) You can reproduce this: - BzrDir.init('/tmp/server') - cd some-branch; bzr push bzr+ssh://localhost/tmp/server/trunk - echo 'default_stack_on_=/tmp/server/trunk' > /tmp/server/.bzr/control.conf - bzr push bzr+ssh://localhost/tmp/server/new-branch This behaviour occurs in bzr.dev r4416 and in the bzr/1.15 branch. http://paste.ubuntu.com/191522/ has the relevant section of the .bzr.log When I try to push a branch to development Launchpad server running Bazaar 1.15, I get: $ bzr push lp://dev/~jml/gnome-terminal/new-branch-2 Using default stacking branch /~jml/gnome-terminal/trunk at lp-47059052510160:///~jml/gnome-terminal Source format does not support stacking, using format: '1.6' Packs 5 (adds stacking support, requires bzr 1.6) bzr: ERROR: Unsupported protocol for url "lp-47059052510160:///~jml/gnome-terminal/trunk" HPSS calls: 2 (0 vfs) SmartSSHClientMedium(connected=False, username=None, host='bazaar.launchpad.dev', port=None) You can reproduce this: - BzrDir.create('file:///tmp/server') - cd some-branch; bzr push bzr+ssh://localhost/tmp/server/trunk - echo 'default_stack_on=/tmp/server/trunk' > /tmp/server/.bzr/control.conf - bzr push bzr+ssh://localhost/tmp/server/new-branch This behaviour occurs in bzr.dev r4416 and in the bzr/1.15 branch. http://paste.ubuntu.com/191522/ has the relevant section of the .bzr.log. Probably the most relevant lines are: 2.258 hpss call: 'BzrDirFormat.initialize_ex', 'Bazaar-NG meta directory, format 1\n', '~jml/gnome-terminal/new-branch-2/', 'False', 'False', 'False', '', 'file:///home/jml/src/organic/python/', 'Bazaar RepositoryFormatKnitPack6 (bzr 1.9)\n', 'True', 'False' 2.258 (to bzr+ssh://bazaar.launchpad.dev/%7Ejml/gnome-terminal/new-branch-2/) [18692] 2009-06-09 19:11:35.034 INFO: Using default stacking branch /~jml/gnome-terminal/trunk at lp-47059052510160:///~jml/gnome-terminal 2.856 result: ('.', 'no', 'no', 'yes', 'Bazaar RepositoryFormatKnitPack6 (bzr 1.9)\n', 'Bazaar-NG meta directory, format 1\n', 'Bazaar-NG meta directory, format 1\n', 'True', '/~jml/gnome-terminal/trunk', 'lp-47059052510160:///~jml/gnome-terminal', '') With the above script, these lines become: 4.001 hpss call: 'BzrDirFormat.initialize_ex', 'Bazaar-NG meta directory, format 1\n', 'tmp/server/new-branch/', 'False', 'False', 'False', '', 'file:///home/jml/src/organic/python/', 'Bazaar RepositoryFormatKnitPack6 (bzr 1.9)\n', 'True', 'False' 4.001 (to bzr+ssh://localhost/tmp/server/new-branch/) 4.028 result: ('.', 'no', 'no', 'yes', 'Bazaar RepositoryFormatKnitPack6 (bzr 1.9)\n', 'Bazaar-NG meta directory, format 1\n', 'Bazaar-NG meta directory, format 1\n', 'True', '/tmp/server/trunk', 'file:///tmp/server/', '')
2009-06-10 00:30:19 Jonathan Lange description When I try to push a branch to development Launchpad server running Bazaar 1.15, I get: $ bzr push lp://dev/~jml/gnome-terminal/new-branch-2 Using default stacking branch /~jml/gnome-terminal/trunk at lp-47059052510160:///~jml/gnome-terminal Source format does not support stacking, using format: '1.6' Packs 5 (adds stacking support, requires bzr 1.6) bzr: ERROR: Unsupported protocol for url "lp-47059052510160:///~jml/gnome-terminal/trunk" HPSS calls: 2 (0 vfs) SmartSSHClientMedium(connected=False, username=None, host='bazaar.launchpad.dev', port=None) You can reproduce this: - BzrDir.create('file:///tmp/server') - cd some-branch; bzr push bzr+ssh://localhost/tmp/server/trunk - echo 'default_stack_on=/tmp/server/trunk' > /tmp/server/.bzr/control.conf - bzr push bzr+ssh://localhost/tmp/server/new-branch This behaviour occurs in bzr.dev r4416 and in the bzr/1.15 branch. http://paste.ubuntu.com/191522/ has the relevant section of the .bzr.log. Probably the most relevant lines are: 2.258 hpss call: 'BzrDirFormat.initialize_ex', 'Bazaar-NG meta directory, format 1\n', '~jml/gnome-terminal/new-branch-2/', 'False', 'False', 'False', '', 'file:///home/jml/src/organic/python/', 'Bazaar RepositoryFormatKnitPack6 (bzr 1.9)\n', 'True', 'False' 2.258 (to bzr+ssh://bazaar.launchpad.dev/%7Ejml/gnome-terminal/new-branch-2/) [18692] 2009-06-09 19:11:35.034 INFO: Using default stacking branch /~jml/gnome-terminal/trunk at lp-47059052510160:///~jml/gnome-terminal 2.856 result: ('.', 'no', 'no', 'yes', 'Bazaar RepositoryFormatKnitPack6 (bzr 1.9)\n', 'Bazaar-NG meta directory, format 1\n', 'Bazaar-NG meta directory, format 1\n', 'True', '/~jml/gnome-terminal/trunk', 'lp-47059052510160:///~jml/gnome-terminal', '') With the above script, these lines become: 4.001 hpss call: 'BzrDirFormat.initialize_ex', 'Bazaar-NG meta directory, format 1\n', 'tmp/server/new-branch/', 'False', 'False', 'False', '', 'file:///home/jml/src/organic/python/', 'Bazaar RepositoryFormatKnitPack6 (bzr 1.9)\n', 'True', 'False' 4.001 (to bzr+ssh://localhost/tmp/server/new-branch/) 4.028 result: ('.', 'no', 'no', 'yes', 'Bazaar RepositoryFormatKnitPack6 (bzr 1.9)\n', 'Bazaar-NG meta directory, format 1\n', 'Bazaar-NG meta directory, format 1\n', 'True', '/tmp/server/trunk', 'file:///tmp/server/', '') When I try to push a branch to development Launchpad server running Bazaar 1.15, I get: $ bzr push lp://dev/~jml/gnome-terminal/new-branch-2 Using default stacking branch /~jml/gnome-terminal/trunk at lp-47059052510160:///~jml/gnome-terminal Source format does not support stacking, using format: '1.6' Packs 5 (adds stacking support, requires bzr 1.6) bzr: ERROR: Unsupported protocol for url "lp-47059052510160:///~jml/gnome-terminal/trunk" HPSS calls: 2 (0 vfs) SmartSSHClientMedium(connected=False, username=None, host='bazaar.launchpad.dev', port=None) You can reproduce this: 1. [CLIENT] cd some-branch; bzr push bzr+ssh://remote-host/tmp/server/trunk 2. [SERVER] BzrDir.create('file:///tmp/server') 3. [SERVER] echo 'default_stack_on=/tmp/server/trunk' > /tmp/server/.bzr/control.conf 4. [CLIENT] bzr push bzr+ssh://remote-host/tmp/server/new-branch This behaviour occurs in bzr.dev r4416 and in the bzr/1.15 branch. http://paste.ubuntu.com/191522/ has the relevant section of the .bzr.log. Probably the most relevant lines are: 2.258 hpss call: 'BzrDirFormat.initialize_ex', 'Bazaar-NG meta directory, format 1\n', '~jml/gnome-terminal/new-branch-2/', 'False', 'False', 'False', '', 'file:///home/jml/src/organic/python/', 'Bazaar RepositoryFormatKnitPack6 (bzr 1.9)\n', 'True', 'False' 2.258 (to bzr+ssh://bazaar.launchpad.dev/%7Ejml/gnome-terminal/new-branch-2/) [18692] 2009-06-09 19:11:35.034 INFO: Using default stacking branch /~jml/gnome-terminal/trunk at lp-47059052510160:///~jml/gnome-terminal 2.856 result: ('.', 'no', 'no', 'yes', 'Bazaar RepositoryFormatKnitPack6 (bzr 1.9)\n', 'Bazaar-NG meta directory, format 1\n', 'Bazaar-NG meta directory, format 1\n', 'True', '/~jml/gnome-terminal/trunk', 'lp-47059052510160:///~jml/gnome-terminal', '') With the above repro script, these lines become: 3.645 hpss call: 'BzrDirFormat.initialize_ex', 'Bazaar-NG meta directory, format 1\n', 'tmp/server/trunk/', 'False', 'True', 'False', '', 'file:///home/jml/src/organic/python/', 'Bazaar RepositoryFormatKnitPack6 (bzr 1.9)\n', 'True', 'False' 3.645 (to bzr+ssh://remote-host/tmp/server/trunk/) 3.909 result: ('.', 'no', 'no', 'yes', 'Bazaar RepositoryFormatKnitPack6 (bzr 1.9)\n', 'Bazaar-NG meta directory, format 1\n', 'Bazaar-NG meta directory, format 1\n', 'False', '', 'file:///home/jml/src/organic/python/', '')
2009-06-10 01:09:48 Jonathan Lange attachment added default-stacking-bug-385132.patch http://launchpadlibrarian.net/27715728/default-stacking-bug-385132.patch
2009-06-10 01:10:19 Jonathan Lange branch linked lp:~jml/bzr/default-stacking-bug-385132
2009-06-11 03:24:11 Jonathan Lange bzr: status Triaged In Progress
2009-06-11 03:24:11 Jonathan Lange bzr: assignee Jonathan Lange (jml)
2009-06-11 10:33:12 Jonathan Lange bzr: status In Progress Fix Committed
2009-06-11 12:02:23 Jonathan Lange bzr: status Fix Committed Fix Released