← Back to team overview

marionnet-dev team mailing list archive

Re: [Bug 675196] Re: Can't upload branch - permission denied

 

On 2 December 2010 23:35, Aleksandr Kuzminsky <675196@xxxxxxxxxxxxxxxxxx> wrote:
> The workaround doesn't work for me though:
> Bazaar 2.2.1
> akuzminsky@ubuntu:~/src/release-5.1.52-11$ bzr launchpad-login
> akuzminsky
> akuzminsky@ubuntu:~/src/release-5.1.52-11$ bzr push --verbose lp:~akuzminsky/percona-server/release-5.1.53-11 --use-existing-dir
> Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.RuntimeError'> ignored
> Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.RuntimeError'> ignored

And did that ultimately work, or fail?  I see the branch does not
exist at the moment.

If it failed, did you get any other error, or a traceback in .bzr.log?

-- 
Martin

-- 
You received this bug notification because you are a member of
marionnet-dev, which is subscribed to ocamlbricks.
https://bugs.launchpad.net/bugs/675196

Title:
  Can't upload branch - permission denied

Status in Launchpad Bazaar Integration:
  Triaged
Status in Marionnet - A virtual network laboratory:
  New
Status in ocamlbricks - a library of ocaml components:
  New

Bug description:
  I can't upload code to one of branches in my project. First time it's look like:

$ bzr push lp:ubuntu-ru-portal/dokuwiki-userlink-plugin --use-existing-dir
bzr: ERROR: Permission denied: "+branch/ubuntu-ru-portal/dokuwiki-userlink-plugin/"

Then I try to execute this command again and it show a lot of such errors:

$ bzr push lp:ubuntu-ru-portal/dokuwiki-userlink-plugin --use-existing-dir
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.RuntimeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.RuntimeError'> ignored

But I can correctly push code to all other branches of this project, can commit with checkout. I have problems only with this branch. I've tried to recreate it at launchpad, tried to recreate local branch, but errors still here.





References