Import from Googlecode suspended

Asked by Peli

The import of the OpenIntents project from GoogleCode failed repeatedly:
https://code.launchpad.net/~vcs-imports/openintents/trunk

Looking at the logs, it seems to always fail at different positions of the import, due to some connection or server error. Here are some possible errors (each time, only one of these happened)
* pysvn._pysvn_2_6.ClientError: Could not open the requested SVN filesystem
* pysvn._pysvn_2_6.ClientError: Server sent unexpected return value (502 Bad Gateway) in response to PROPFIND request for '/svn/trunk/Locations/res/drawable'
* pysvn._pysvn_2_6.ClientError: Server sent unexpected return value (502 Bad Gateway) in response to OPTIONS request for 'http://openintents.googlecode.com/svn/trunk/ShoppingList/res/values-fr/strings.xml'
* pysvn._pysvn_2_6.ClientError: Server sent unexpected return value (502 Bad Gateway) in response to OPTIONS request for 'http://openintents.googlecode.com/svn/trunk/translations/scripts/androidxml2po.bash'
* pysvn._pysvn_2_6.ClientError: Server sent unexpected return value (502 Bad Gateway) in response to OPTIONS request for 'http://openintents.googlecode.com/svn/trunk/UpdateChecker/res/values-ja/strings.xml'
* pysvn._pysvn_2_6.ClientError: Server sent unexpected return value (502 Bad Gateway) in response to OPTIONS request for 'http://openintents.googlecode.com/svn/trunk/EnumClient/dnsjava-2.0.6/doc/org/xbill/DNS/ARecord.html'

Launchpad shows the error message:
"The import has been suspended because it failed 5 or more times in succession."

Is there a way to import incrementally individual revisions? Import always starts at revision 2959, and it never gets to the current revision (which is currently 3093), because of some random error somewhere inbetween, so it will start again next time to import at revision 2959...

Peli

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
William Grant Edit question
Solved by:
Peli
Solved:
Last query:
Last reply:
Revision history for this message
Aaron Bentley (abentley) said :
#1

I'm sorry, but there is no way to perform an incremental import.

Revision history for this message
Peli (peli0101) said :
#2

Ok. So is there any recommendation what I could do to import successfully?

Revision history for this message
Peli (peli0101) said :
#3

I've created a new branch import here:
https://code.launchpad.net/~openintents-devs/openintents/trunk

Maybe this works better, once it is approved. Then the other branch could be deleted.

Revision history for this message
Max Bowsher (maxb) said :
#4

It looks like this issue has been satisfactorily resolved by a new import branch being imported via bzr-svn, replacing the old import via the legacy CSCVS converter.

Revision history for this message
Peli (peli0101) said :
#5

Yes, it works now. Thank you.