Comment 8 for bug 93609

Revision history for this message
Jonathan Lange (jml) wrote :

Here's what I got on a recent run of the test "script" above:

$ bzr branch lp:no-such-project
bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/%2Bbranch/no-such-project/".
$ bzr branch lp://no-such-project
bzr: ERROR: Invalid url supplied to transport: "lp://no-such-project"
$ bzr branch lp:subunit/python3
bzr: ERROR: Permission denied: "Cannot create 'python3'. Only Bazaar branches are allowed."
$ bzr branch lp:~jml/subunit/no-such-branch
bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~jml/subunit/no-such-branch/".
$ bzr branch lp:ubuntu/no-such-package
bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/%2Bbranch/ubuntu/no-such-package/".
$ bzr branch lp:ubuntu/natty/no-such-package
bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/%2Bbranch/ubuntu/natty/no-such-package/".

$ bzr init trunk
Created a standalone tree (format: 2a)
$ cd !$
cd trunk
/trunk$ bzr push lp:no-such-project
bzr: ERROR: Permission denied: "+branch/no-such-project/": : Project 'no-such-project' does not exist.
/trunk$ bzr push lp://no-such-project
bzr: ERROR: Invalid url supplied to transport: "lp://no-such-project"
/trunk$ bzr push lp:subunit/python3
bzr: ERROR: Permission denied: "Cannot create 'python3'. Only Bazaar branches are allowed."
/trunk$ bzr push lp:ubuntu/no-such-package
bzr: ERROR: Permission denied: "+branch/ubuntu/no-such-package/": : No such source package: 'no-such-package'.
/trunk$ bzr push lp:ubuntu/natty/no-such-package
bzr: ERROR: Permission denied: "+branch/ubuntu/natty/no-such-package/": : No such source package: 'no-such-package'.
/trunk$ bzr push lp:~jml/no-such-project/trunk
bzr: ERROR: Invalid url supplied to transport: "lp:~jml/no-such-project/trunk": No such project: no-such-project