The import is failing with the following log
2009-04-27 04:23:16 WARNING N changeset 1820
2009-04-27 04:23:28 WARNING change 1
Traceback (most recent call last):
File "/srv/importd.launchpad.net/production/launchpad-rev-7936/scripts/code-import-worker.py", line 56, in ?
script.main()
File "/srv/importd.launchpad.net/production/launchpad-rev-7936/scripts/code-import-worker.py", line 51, in main
import_worker.run()
File "/srv/importd.launchpad.net/production/launchpad-rev-7936/utilities/../lib/canonical/codehosting/codeimport/worker.py", line 334, in run
self._doImport()
File "/srv/importd.launchpad.net/production/launchpad-rev-7936/utilities/../lib/canonical/codehosting/codeimport/worker.py", line 425, in _doImport
self.importToBazaar(foreign_tree, bazaar_tree)
File "/srv/importd.launchpad.net/production/launchpad-rev-7936/utilities/../lib/canonical/codehosting/codeimport/worker.py", line 402, in importToBazaar
self._runToBaz(
File "/srv/importd.launchpad.net/production/launchpad-rev-7936/utilities/../lib/canonical/codehosting/codeimport/worker.py", line 420, in _runToBaz
totla.totla(config, self._logger, config.args, SCM.tree(source_dir))
File "/srv/importd.launchpad.net/production/launchpad-rev-7936/utilities/../lib/cscvs/cmds/totla.py", line 252, in totla
apply_changeset(source_tree, logger, apply, revision, target_tree, revisions)
File "/srv/importd.launchpad.net/production/launchpad-rev-7936/utilities/../lib/cscvs/cmds/totla.py", line 122, in apply_changeset
fileChange.apply(logger, target_tree, prune)
File "/srv/importd.launchpad.net/production/launchpad-rev-7936/scripts/../lib/svn_oo/PatchedFile.py", line 31, in apply
svn_oo.util.writeFile(
File "/srv/importd.launchpad.net/production/launchpad-rev-7936/scripts/../lib/svn_oo/util.py", line 91, in writeFile
client.cat(url, revision=revision.rev),
pysvn._pysvn_2_4.ClientError: GET of '/peppy/!svn/bc/1820/trunk/peppy/stcinterface.py': 200 OK (http://svn.flipturn.org)
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.
The error doesn't mean anything to me (why is a 200 response causing an error?) so I can't figure out if it's a problem with the SVN server or what.