bzr+ssh repository access not working

Asked by Cupu

Hello,

This question concerns problems I've had as a contributor to the mira groupware project (https://code.launchpad.net/mira), since yesterday morning I've been unable to do any bazaar operation like checkout, branch, commit, etc.

The error I'm receving is:

bzr: ERROR: No repository present: "bzr+ssh://bazaar.launchpad.net/%7Emira-core-development-team/mira/trunk/" .

If on the other hand I try to access the repo via https like:
bzr checkout https://code.launchpad.net/~mira-core-development-team/mira/trunk (written of the top of my head, I cannot test it at this current computer for some remaining hours) it will checkout the code, however being over http(s) It's not possible to commit.

Lately I think we have been trying to upgrade the repository format, but I don't think that's where the problem lies thus I wanted to ask if this is a known issue?

Thank you,
Stefan Constantin

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
Paul Hummer Edit question
Solved by:
Michael Hudson-Doyle
Solved:
Last query:
Last reply:
Whiteboard:
Assigning to rockstar.
Revision history for this message
Cupu (stefan-constantin) said :
#1

One thing I forgot to mention is that until yesterday I've had no problems whatsoever issuing commands like

bzr branch/checkout lp:mira

Revision history for this message
Paul Hummer (rockstar) said :
#2

It appears as though someone tried to upgrade the repository format, and something went wrong. We can restore it, but it may take some time.

Do you know who is was that tried to upgrade it? It's possible they were having network problems, found a bug, or killed the process because the thought it was hung (it can take a very long time to upgrade sometimes).

I will find the appropriate person and try to get this sorted out.

Paul

Revision history for this message
Cupu (stefan-constantin) said :
#3

Hello,

I myself have tried upgrading the repository format at least a couple of times and failed ( I don't remember it being abruptly terminated in any of the tries, but please don't take that as a sure thing ).

Thank you very much for all the help.

Revision history for this message
Best Michael Hudson-Doyle (mwhudson) said :
#4

I've rescued the branch from the backup and upgraded it to rich-root-packs. Hope that was what you wanted!

Revision history for this message
Cupu (stefan-constantin) said :
#5

Thank you very much Paul Hummer and Michael Hudson, the problem is solved

Revision history for this message
Cupu (stefan-constantin) said :
#6

Thanks Michael Hudson, that solved my question.