Cannot import my sources from sourceforge.net

Asked by #pragma

Hi! My project was not imported to launchpad from sourceforge.net for some reason.Two servers tryed to do this and get same error.Here is the log:
******************************
Traceback (most recent call last):
  File "/srv/importd.launchpad.net/production/launchpad-rev-8324/scripts/code-import-worker.py", line 61, in ?
    script.main()
  File "/srv/importd.launchpad.net/production/launchpad-rev-8324/scripts/code-import-worker.py", line 56, in main
    import_worker.run()
  File "/srv/importd.launchpad.net/production/launchpad-rev-8324/lib/lp/codehosting/codeimport/worker.py", line 396, in run
    self._doImport()
  File "/srv/importd.launchpad.net/production/launchpad-rev-8324/lib/lp/codehosting/codeimport/worker.py", line 474, in _doImport
    self.importToBazaar(foreign_tree, bazaar_tree)
  File "/srv/importd.launchpad.net/production/launchpad-rev-8324/lib/lp/codehosting/codeimport/worker.py", line 443, in importToBazaar
    self._runToBaz(
  File "/srv/importd.launchpad.net/production/launchpad-rev-8324/lib/lp/codehosting/codeimport/worker.py", line 469, in _runToBaz
    totla.totla(config, self._logger, config.args, SCM.tree(source_dir))
  File "/srv/importd.launchpad.net/production/launchpad-rev-8324/lib/cscvs/cmds/totla.py", line 229, in totla
    apply.rangeParser = source_tree.changesetRangeParser(
  File "/srv/importd.launchpad.net/production/launchpad-rev-8324/lib/svn_oo/WorkingTree.py", line 80, in changesetRangeParser
    parser = RevisionRangeParser(
  File "/srv/importd.launchpad.net/production/launchpad-rev-8324/lib/svn_oo/WorkingTree.py", line 111, in reporelpath
    raise LookupError("Cannot find svn repository root")
LookupError: Cannot find svn repository root
Import failed:
Traceback (most recent call last):
Failure: twisted.internet.error.ProcessTerminated: A process has ended with a probable error condition: process ended with exit code 1.
************************
How can i fix that?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
Michael Hudson-Doyle Edit question
Solved by:
Michael Hudson-Doyle
Solved:
Last query:
Last reply:
Whiteboard:
2009-09-03 matsubara: Assigned to Michael for further diagnosis.

This question was reopened

Revision history for this message
Diogo Matsubara (matsubara) said :
#1

First you need to tell us which project is yours. Bonus point if you provide an URL for the failing code import. :-)

Cheers,

Diogo

Revision history for this message
#pragma (ubuntar) said :
#2
Revision history for this message
#pragma (ubuntar) said :
#3
Revision history for this message
#pragma (ubuntar) said :
#4

Oh i think i understood now what was my mistake!
I needed to give this link https://basin.svn.sourceforge.net/svnroot/ am i right?
But how to change a link now?

Revision history for this message
Diogo Matsubara (matsubara) said :
#5

Hi, I changed the URL to use http instead of https and kicked off a new code import run. Let's see if it'll go through this time.

Thanks

Revision history for this message
#pragma (ubuntar) said :
#6

Seems does not helps,i tryed to import.

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

This is bug https://bugs.edge.launchpad.net/launchpad-cscvs/+bug/145240

It will be fixed when we switch to bzr-svn, which will be a little while after we switch to Python 2.5 which will be really soon -- so probably a month or so.

Revision history for this message
#pragma (ubuntar) said :
#8

Ok,i will wait for that.Even problen is not solved,you gave complete answer.Thank you.

Revision history for this message
#pragma (ubuntar) said :
#9

Thanks Michael Hudson, that solved my question.

Revision history for this message
#pragma (ubuntar) said :
#10

Hi,my sources are still not imported,what is wrong? Can you help me?
I have made /trunk folder inside my project specially for launchpad.May be this what needed? But i tryed 1 more time to import without result. How i could import sources?

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

Finally we got around to switching the import to bzr-svn and it worked! Sorry for the delay.

Revision history for this message
#pragma (ubuntar) said :
#12

Thank you! i am already thought it will never happen :P

Revision history for this message
#pragma (ubuntar) said :
#13

Thanks Michael Hudson, that solved my question.

Revision history for this message
#pragma (ubuntar) said :
#14

Michael Hudson,just forgot one thing: when i asked this question,Diogo Matsubara has changed url from http to https. Can you change it back as it was please? Thank you!

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

http is faster, more reliable and serves the same content as http -- so why?

Revision history for this message
#pragma (ubuntar) said :
#16

Thanks Michael Hudson, that solved my question.