Diff for "FailingBzrSvnImports"

Not logged in - Log In / Register

Differences between revisions 1 and 13 (spanning 12 versions)
Revision 1 as of 2010-06-02 19:54:11
Size: 2143
Editor: maxb
Comment:
Revision 13 as of 2010-07-22 11:25:27
Size: 3003
Editor: maxb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
== apply_txdelta_window assert len(tview) == tview_len == <<TableOfContents>>

== Bazaar does not support something present in Subversion ==
=== Unable to convert Subversion path ... because it contains characters invalid in Bazaar. ===
 * choco/trunk
 * enlightment/trunk

=== bzr doesn't support newlines in symlink targets yet ===
 * freeswitch/trunk

== bzr-svn bugs ==
=== apply_txdelta_window assert len(tview) == tview_len ===
[[Bug:480102|bzr-svn bug 480102]]
Line 10: Line 22:
== In bzrlib.transform, 'ascii' codec can't encode characters: ordinal not in range(128) == === assert svn_revprops.has_key(properties.PROP_REVISION_DATE) ===
[[Bug:498925|bzr-svn bug 498925]]
 * screengrab/screengrab-1-series
 * irony/trunk

=== logwalker iter_changes assert len(prefixes) == 1 ===
[[Bug:579491|bzr-svn bug 579491]]
 * trinity-desktop/kdegraphics
 * kdebase/trunk
 * kdemultimedia/trunk
 * kdetoys/trunk
 * kdelibs/kde4

=== Something to do with spaces in branch URL ===
[[Bug:496721|bzr-svn bug 496721]]
 * winff/trunk
 * ubucompilator/trunk

== Subversion bugs ==
=== get_log REPORT failed ===
[[Bug:312043|subversion bug 312043]]
 * swish-e/trunk
 * iterm/trunk
 * jeliot3/trunk
 * ebdl/trunk
 * rts2/trunk

=== get_dir PROPFIND failed ===
[[Bug:203975|subversion bug 203975]]
 * 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:
  * imagemagick/trunk
 * Only a subtree of the repository is visible, and accessing the root causes a 401:
  * zoneminder/trunk
  * openfreeway/trunk
  * pyohio/trunk
  * magento/trunk
  * alpine/trunk

=== revprop_list PROPFIND failed ===
Both of these succeed for me locally, so perhaps the issue is fixed in a newer subversion/subvertpy/bzr-svn than the importds are running.
 * almidon/trunk
 * jquery/trunk

== Needs investigation ==
=== In bzrlib.transform, 'ascii' codec can't encode characters: ordinal not in range(128) ===
Line 14: Line 75:
 * jbpmside/trunk
Line 15: Line 77:
== Could not acquire lock "LockDir(file:///srv/importd.launchpad.net/data/worker-for-branch-.../bzr_branch/.bzr/branch/lock)" ==
 * wxwidgets2.6/trunk

== Unable to convert Subversion path ... because it contains characters invalid in Bazaar. ==
 * choco/trunk
 * enlightment/trunk

== Empty parent '...' added, but child '...' wasn't added !? ==
=== Empty parent '...' added, but child '...' wasn't added !? ===
Line 28: Line 83:
== assert svn_revprops.has_key(properties.PROP_REVISION_DATE) ==
 * screengrab/screengrab-1-series
 * irony/trunk

== logwalker iter_changes assert len(prefixes) == 1 ==
 * trinity-desktop/kdegraphics
 * kdebase/trunk
 * kdemultimedia/trunk

== CHKInventoryRepository(...) has no revision ... ==
=== CHKInventoryRepository(...) has no revision ... ===
Line 40: Line 86:
== Directory not empty == === Directory not empty ===
Line 43: Line 89:
== create_symlink No such file or directory == === create_symlink No such file or directory ===
Line 48: Line 94:
== SvnRepository(...) has no revision svn-v4:... == === SvnRepository(...) has no revision svn-v4:... ===
Line 53: Line 99:
== '...' isn't in the same repository as '...' (looks like URL-encoding issue) == === '...' isn't in the same repository as '...' (looks like URL-encoding issue) ===
Line 56: Line 102:
== bzr doesn't support newlines in symlink targets yet ==
 * freeswitch/trunk

== Tried registering ... as parent while ... already was parent for ... ==
=== Tried registering ... as parent while ... already was parent for ... ===
Line 61: Line 104:

== Something to do with spaces in branch URL ==
 * winff/trunk
 * ubucompilator/trunk

== Other ==
 * jeliot3/trunk
 * jquery/trunk
 * ebdl/trunk
 * feedparser/trunk
 * alpine/trunk
 * magento/trunk
 * openfreeway/trunk
 * pyohio/trunk
 * ljcode/trunk
 * zoneminder/trunk
 * almidon/trunk
 * iterm/trunk
 * jbpmside/trunk
 * imagemagick/trunk
 * pypy/trunk
 * swish-e/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.

  • choco/trunk
  • enlightment/trunk

  • freeswitch/trunk

bzr-svn bugs

apply_txdelta_window assert len(tview) == tview_len

bzr-svn bug 480102

  • karl3/trunk
  • ros/trunk
  • ros-wg-pkg-unreleased/svn_trunk

assert svn_revprops.has_key(properties.PROP_REVISION_DATE)

bzr-svn bug 498925

  • screengrab/screengrab-1-series
  • irony/trunk

logwalker iter_changes assert len(prefixes) == 1

bzr-svn bug 579491

  • trinity-desktop/kdegraphics
  • kdebase/trunk
  • kdemultimedia/trunk
  • kdetoys/trunk
  • kdelibs/kde4

Something to do with spaces in branch URL

bzr-svn bug 496721

  • winff/trunk
  • ubucompilator/trunk

Subversion bugs

get_log REPORT failed

subversion bug 312043

  • swish-e/trunk
  • iterm/trunk
  • jeliot3/trunk
  • ebdl/trunk
  • rts2/trunk

get_dir PROPFIND failed

subversion bug 203975

  • 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:
    • imagemagick/trunk
  • Only a subtree of the repository is visible, and accessing the root causes a 401:
    • zoneminder/trunk
    • openfreeway/trunk
    • pyohio/trunk
    • magento/trunk
    • alpine/trunk

revprop_list PROPFIND failed

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

  • almidon/trunk
  • jquery/trunk

Needs investigation

In bzrlib.transform, 'ascii' codec can't encode characters: ordinal not in range(128)

  • blueproximity/trunk
  • apertium/trunk
  • meteormatt/trunk
  • jbpmside/trunk

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

  • fun3compiler/trunk
  • squeezebox/7.5
  • squeezebox/7.3
  • squeezebox/7.4

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

  • subvertpy/trunk-svn

Directory not empty

  • multidistrotools/trunk

  • llvm-py/trunk
  • kiwix/trunk
  • unknown-horizons/trunk

SvnRepository(...) has no revision svn-v4:...

  • rchavarrias-code/trunk
  • vozila/main
  • whutsupdoc/src

'...' isn't in the same repository as '...' (looks like URL-encoding issue)

  • imi/trunk

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

  • koffice/trunk

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