VCS Import suspended due to Launchpad bug..

Asked by Scott Wegner

I'm attempting to import an SVN branch into launchpad bzr via the VCS Import tool. The import failed 3 times without much hint as to what the problem was. I talked to 'rockstar' on IRC and he finally determined that the errors were due to a bug in launchpad. He noted it on the import's whiteboard, and suspended it:

https://code.edge.launchpad.net/~vcs-imports/pathwords-x/trunk

I was wondering if anybody had any insight on the specifics of this bug. Is there a bug report filed somewhere that I could follow? Is there an estimate of when this might be resolved? Am I better off importing my code through an external tool?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Paul Hummer
Solved:
Last query:
Last reply:
Revision history for this message
Best Paul Hummer (rockstar) said :
#1

The bug has been linked here: bug 156744 - Basically, cscvs is retarded in that if the repository root doesn't have the standard branches/ trunk/ and tags/ then it cscvs decides that there is no trunk.

Revision history for this message
Scott Wegner (swegner) said :
#2

Ok, I suspected that might be part of the problem. If it makes any difference, I got my code imported through a different utility, so we can cancel this job.

Revision history for this message
Scott Wegner (swegner) said :
#3

Thanks Paul Hummer, that solved my question.