Subversion imports failing on pear

Bug #577810 reported by Tres Seaver
4
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
New
Undecided
Unassigned

Bug Description

I have six branches marked as failing this morning:

- https://code.launchpad.net/~ztk-steering-group/zope.ramcache/trunk

- https://code.launchpad.net/~ztk-steering-group/zope.viewlet/trunk

- https://code.launchpad.net/~ztk-steering-group/zope.intid/trunk

- https://code.launchpad.net/~ztk-steering-group/zope.session/trunk

- https://code.launchpad.net/~zope2-dev/zope.mkzeoinstance/trunk

- https://code.launchpad.net/~ztk-steering-group/zope.principalregistry/trunk

All are failing on the 'pear' host with tracebacks similar to:

  Traceback (most recent call last):
    File "/srv/importd.launchpad.net/production/launchpad-rev-9329/scripts/code-import-worker.py", line 82, in <module>
      sys.exit(script.main())
    File "/srv/importd.launchpad.net/production/launchpad-rev-9329/scripts/code-import-worker.py", line 77, in main
      return import_worker.run()
    File "/srv/importd.launchpad.net/production/launchpad-rev-9329/lib/lp/codehosting/codeimport/worker.py", line 437, in run
      return self._doImport()
    File "/srv/importd.launchpad.net/production/launchpad-rev-9329/lib/lp/codehosting/codeimport/worker.py", line 570, in _doImport
      foreign_branch = format.open(transport).open_branch()
    File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/svn/remote.py", line 228, in open_branch
      repos = self.find_repository()
    File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/svn/remote.py", line 142, in find_repository
      return SvnRepository(self, transport, self.branch_path)
    File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/svn/repository.py", line 400, in __init__
      self.get_config().add_location(self.base)
    File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/svn/config.py", line 294, in add_location
      locations = self.get_locations()
    File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/svn/config.py", line 284, in get_locations
      val = self._get_user_option("locations", use_global=False)
    File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/svn/config.py", line 163, in _get_user_option
      value = source()._get_user_option(option_name)
    File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/svn/config.py", line 140, in _get_uuid_config
      self._uuid_config = SubversionUUIDConfig(self.uuid)
    File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/svn/config.py", line 82, in __init__
      if not self.uuid in self._get_parser():
    File "/home/pqm/for_rollouts/production/eggs/bzr-2.1.0-py2.5-linux-x86_64.egg/bzrlib/config.py", line 360, in _get_parser
  bzrlib.errors.ParseConfigError: Error(s) parsing config file /home/importd/.bazaar/subversion.conf:

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.