Hi launchpad developers,
I can't import an sourceforge svn repository of latest stable SuperTuxKart game release (0.7.3) into launchpad (https://code.launchpad.net/~stk/stk/0.7.3) since yesterday. Import fails every time with the following error msg:
2011-11-17 07:29:11 INFO Starting job.
2011-11-17 07:29:11 INFO Getting exising bzr branch from central store.
2011-11-17 07:29:11 INFO [chan bzr SocketAsChannelAdapter] Opened sftp connection (server version 3)
2011-11-17 07:29:12 INFO 253 bytes transferred
2011-11-17 07:29:24 INFO fetching svn revision info 1/1
2011-11-17 07:29:25 INFO Importing branch.
2011-11-17 07:29:26 INFO determining revisions to fetch 0/10213
2011-11-17 07:29:33 INFO
2011-11-17 07:29:33 INFO copying revision 0/5000
2011-11-17 07:30:33 INFO 18923357 bytes transferred | copying revision 0/5000
2011-11-17 07:31:33 INFO 9804533 bytes transferred | copying revision 15/5000
2011-11-17 07:31:46 INFO
Traceback (most recent call last):
File "/srv/importd.launchpad.net/production/launchpad-rev-14291/scripts/code-import-worker.py", line 98, in <module>
sys.exit(script.main())
File "/srv/importd.launchpad.net/production/launchpad-rev-14291/scripts/code-import-worker.py", line 93, in main
return import_worker.run()
File "/srv/importd.launchpad.net/production/launchpad-rev-14291/lib/lp/codehosting/codeimport/worker.py", line 588, in run
return self._doImport()
File "/srv/importd.launchpad.net/production/launchpad-rev-14291/lib/lp/codehosting/codeimport/worker.py", line 774, in _doImport
inter_branch.fetch(limit=revision_limit)
File "/srv/importd.launchpad.net/production/launchpad-rev-14291/bzrplugins/optional/svn/branch.py", line 830, in fetch
exclude_non_mainline=exclude_non_mainline)
File "/srv/importd.launchpad.net/production/launchpad-rev-14291/bzrplugins/optional/svn/branch.py", line 842, in _fetch_revmetas
project=self.source.project, mapping=self.source.mapping)
File "/srv/importd.launchpad.net/production/launchpad-rev-14291/bzrplugins/optional/svn/fetch.py", line 1647, in fetch
pack_hint = self._fetch_revisions(needed, pb)
File "/srv/importd.launchpad.net/production/launchpad-rev-14291/bzrplugins/optional/svn/fetch.py", line 1568, in _fetch_revisions
use_replay=self._use_replay)
File "/srv/importd.launchpad.net/production/launchpad-rev-14291/bzrplugins/optional/svn/fetch.py", line 1538, in _fetch_revisions_nochunks
parent_revmeta)
File "/srv/importd.launchpad.net/production/launchpad-rev-14291/bzrplugins/optional/svn/fetch.py", line 1478, in _fetch_revision_switch
report_inventory_contents(reporter, parent_revnum, start_empty)
File "/srv/importd.launchpad.net/production/launchpad-rev-14291/bzrplugins/optional/svn/errors.py", line 141, in convert
return unbound(*args, **kwargs)
File "/srv/importd.launchpad.net/production/launchpad-rev-14291/bzrplugins/optional/svn/fetch.py", line 1188, in report_inventory_contents
reporter.finish()
File "/srv/importd.launchpad.net/production/launchpad-rev-14291/bzrplugins/optional/svn/fetch.py", line 355, in change_prop
self.editor.revmeta.get_previous_fileprops())
File "/srv/importd.launchpad.net/production/launchpad-rev-14291/bzrplugins/optional/svn/util.py", line 77, in keys
self._ensure_init()
File "/srv/importd.launchpad.net/production/launchpad-rev-14291/bzrplugins/optional/svn/util.py", line 29, in _ensure_init
self.dict = self.create_fn(*self.args)
File "/srv/importd.launchpad.net/production/launchpad-rev-14291/bzrplugins/optional/svn/branchprops.py", line 53, in _real_get_properties
(_, _, props) = self.log._transport.get_dir(path, revnum)
File "/srv/importd.launchpad.net/production/launchpad-rev-14291/bzrplugins/optional/svn/errors.py", line 149, in convert
raise mapped_err
bzrlib.plugins.svn.errors.DavRequestFailed: A Subversion remote access command failed: PROPFIND of '/svnroot/supertuxkart/!svn/bc/1118/trunk/supertuxkart': Could not read response body: Connection reset by peer (http://supertuxkart.svn.sourceforge.net)
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.
See http://launchpadlibrarian.net/85324603/stk-stk-0.7.3.log and https://code.launchpad.net/~stk/stk/0.7.3 for more info.
I've tried both access methods - http and https, but both fails :(
Also I found more questions about same SVN import problems, see question #170639
Btw, 4 months ago SVN import of previous SuperTuxkart 0.7.2 release passed without problems, see https://code.launchpad.net/~stk/stk/0.7.2