Utilizzando sia Git che SVN, ottengo degli errori. Sicuramente c'è qualche configurazione non corretta o incompleta, tuttavia non riesco a venirne a capo.
Posto il log dell'ultimo, fallito, tentativo di caricamento.
Codice: Seleziona tutto
2010-11-10 20:56:07 INFO Starting job.
2010-11-10 20:56:07 INFO Getting exising bzr branch from central store.
2010-11-10 20:56:30 INFO [chan bzr SocketAsChannelAdapter] Opened sftp connection (server version 3)
Exception AttributeError: "'NoneType' object has no attribute 'close'" in <function terminate at 0xaa6841c> ignored
2010-11-10 20:56:36 INFO [chan bzr SocketAsChannelAdapter] Opened sftp connection (server version 3)
2010-11-10 20:56:37 INFO 78 bytes transferred
Traceback (most recent call last):
File "/srv/importd.launchpad.net/production/launchpad-rev-11888/scripts/code-import-worker.py", line 82, in <module>
sys.exit(script.main())
File "/srv/importd.launchpad.net/production/launchpad-rev-11888/scripts/code-import-worker.py", line 77, in main
return import_worker.run()
File "/srv/importd.launchpad.net/production/launchpad-rev-11888/lib/lp/codehosting/codeimport/worker.py", line 452, in run
return self._doImport()
File "/srv/importd.launchpad.net/production/launchpad-rev-11888/lib/lp/codehosting/codeimport/worker.py", line 586, in _doImport
foreign_branch_tip = foreign_branch.last_revision()
File "/srv/importd.launchpad.net/production/launchpad-rev-11888/optionalbzrplugins/git/remote.py", line 353, in last_revision
return self.lookup_foreign_revision_id(self.head)
File "/srv/importd.launchpad.net/production/launchpad-rev-11888/optionalbzrplugins/git/remote.py", line 372, in head
raise NoSuchRef(self.name)
bzrlib.plugins.git.errors.NoSuchRef: The ref None was not found.
Exception AttributeError: "'NoneType' object has no attribute 'close'" in <function terminate at 0xaa6841c> ignored
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.
Grazie per l'attenzione
