Diff for "FailingBzrSvnImports"

Not logged in - Log In / Register

Differences between revisions 15 and 16
Revision 15 as of 2010-08-13 07:33:42
Size: 2977
Editor: maxb
Comment:
Revision 16 as of 2010-08-14 00:07:46
Size: 3010
Editor: maxb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 79: Line 79:
 * lp:~vcs-imports/opentk/trunk

Overview / analysis of failing bzr-svn imports

An attempt to classify persistently failing bzr-svn code imports by cause.

Bazaar does not support something present in Subversion

Unable to convert Subversion path ... because it contains characters invalid in Bazaar.

  • lp:~vcs-imports/choco/trunk -- suspended... should we suspend a failure???
  • lp:~vcs-imports/enlightment/trunk -- suspended... should we suspend a failure???

  • lp:~vcs-imports/freeswitch/trunk -- suspended... should we suspend a failure???

bzr-svn bugs

apply_txdelta_window assert len(tview) == tview_len

bzr-svn bug 480102

  • lp:~teamkarl/karl3/trunk
  • lp:~tully.foote/ros/trunk
  • lp:~tully.foote/ros-wg-pkg-unreleased/svn_trunk

assert svn_revprops.has_key(properties.PROP_REVISION_DATE)

bzr-svn bug 498925

  • lp:~vcs-imports/screengrab/screengrab-1-series
  • lp:~mwhudson/irony/trunk

Something to do with spaces in branch URL

bzr-svn bug 496721

  • lp:~paul-climbing/winff/trunk
  • lp:~gusions/ubucompilator/trunk

Supposedly fixed, but these are still failing

Subversion bugs

get_log REPORT failed

subversion bug 312043

  • lp:~vcs-imports/jeliot3/trunk
  • lp:~vcs-imports/ebdl/trunk
  • lp:~vcs-imports/iterm/trunk
  • lp:~swish-e/swish-e/trunk
  • lp:~vcs-imports/greenstone/greenstone3
  • lp:~vcs-imports/chromium-browser/trunk

get_dir PROPFIND failed

subversion bug 203975

  • lp:~vcs-imports/pypy/trunk

Some analysis done, culprit uncertain

get_uuid PROPFIND failed

This failure mode seems to correspond with being unable to make a successful PROPFIND against the repository root URL. This can be because:

  • There is some sort of erroneous redirect occurring:
    • lp:~vcs-imports/imagemagick/trunk
  • Only a subtree of the repository is visible, and accessing the root causes a 401:
    • lp:~vcs-imports/alpine/trunk
    • lp:~vcs-imports/magento/trunk
    • lp:~vcs-imports/openfreeway/trunk
    • lp:~vcs-imports/pyohio/trunk
    • lp:~vcs-imports/zoneminder/trunk

revprop_list PROPFIND failed

Succeeds for me locally, so perhaps the issue is fixed in a newer subversion/subvertpy/bzr-svn than the importds are running.

  • lp:~vcs-imports/almidon/trunk

Needs investigation

Empty parent '...' added, but child '...' wasn't added !?

  • lp:~vcs-imports/fun3compiler/trunk
  • lp:~soren/squeezebox/7.5
  • lp:~soren/squeezebox/7.3
  • lp:~soren/j/squeezebox/7.4

CHKInventoryRepository(...) has no revision ...

  • lp:~vcs-imports/subvertpy/trunk-svn

Tried registering ... as parent while ... already was parent for ...

  • lp~registry/koffice/trunk

AssertionError: Inconsistent revnum, prefixes: 0,set([''])

  • lp:~javivf/lrut/trunk
  • lp:~vcs-imports/opentk/trunk

FailingBzrSvnImports (last edited 2011-06-08 19:47:42 by jelmer)