Diff for "FailingBzrSvnImports"

Not logged in - Log In / Register

Differences between revisions 8 and 9
Revision 8 as of 2010-06-04 23:12:23
Size: 2651
Editor: maxb
Comment:
Revision 9 as of 2010-06-05 07:37:38
Size: 2591
Editor: maxb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 94: Line 94:

== get_latest_revnum PROPFIND failed ==
 * ljcode/trunk

Overview / analysis of failing bzr-svn imports

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

apply_txdelta_window assert len(tview) == tview_len

bzr-svn bug 480102

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

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

  • blueproximity/trunk
  • apertium/trunk
  • meteormatt/trunk
  • jbpmside/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 !?

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

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

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

  • freeswitch/trunk

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

  • koffice/trunk

Something to do with spaces in branch URL

bzr-svn bug 496721

  • winff/trunk
  • ubucompilator/trunk

get_log REPORT failed

subversion bug 312043

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

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

get_dir PROPFIND failed

subversion bug 203975

  • pypy/trunk

revprop_list PROPFIND failed

  • almidon/trunk
  • jquery/trunk

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