mysql-server 6.0 - broken revision display

Asked by Martin Kögler

Links from https://code.launchpad.net/~mysql/mysql-server/mysql-6.0 to display a revision (eg. http://bazaar.launchpad.net/~mysql/mysql-server/mysql-6.0/revision/2912) display an error page.

My intent is to view the changes using the web interface, as I get on a clone a strange diff result on this branch for a revision [removing the result of a rename operation] and I'm not sure, if my client setup is broken:
bzr diff -r 2522.43.4..2522.43.5
=== renamed file 'mysql-test/r/rpl_colSize.result' => 'mysql-test/suite/rpl/r/rpl_colSize.result'
=== removed file 'mysql-test/suite/rpl/r/rpl_colSize.result'
--- mysql-test/suite/rpl/r/rpl_colSize.result 2007-07-29 22:10:42 +0000
+++ mysql-test/suite/rpl/r/rpl_colSize.result 1970-01-01 00:00:00 +0000

mfg Martin Kögler

Question information

Language:
English Edit question
Status:
Answered
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Tim Penhey (thumper) said :
#1

There is a known problem with the code browser and large branches, as the code browser chews through large amounts of memory and gets itself wedged.

We are working on this. You might find that sometime is works, and sometimes it doesn't.

The diff you see looks correct for what you are saying:
 * Firstly the file is renamed
 * Then it was removed

The diff shows both of these.

Can you help with this problem?

Provide an answer of your own, or ask Martin Kögler for more information if necessary.

To post a message you must log in.