Diff for "FailingBzrSvnImports"

Not logged in - Log In / Register

Differences between revisions 21 and 23 (spanning 2 versions)
Revision 21 as of 2010-09-09 10:28:27
Size: 4728
Editor: jelmer
Comment:
Revision 23 as of 2010-09-09 11:42:22
Size: 3951
Editor: jelmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
=== apply_txdelta_window assert len(tview) == tview_len ===
[[Bug:480102|bzr-svn bug 480102]]
 * https://code.launchpad.net/~teamkarl/karl3/trunk
 * https://code.launchpad.net/~tully.foote/ros/trunk
 * https://code.launchpad.net/~tully.foote/ros-wg-pkg-unreleased/svn_trunk is now working
Line 22: Line 17:
This bug is fixed in bzr-svn 1.0.4. === Empty parent '...' added, but child '...' wasn't added !? ===
 * https://code.launchpad.net/~vcs-imports/fun3compiler/trunk
 * https://code.launchpad.net/~vcs-imports/kdesupport/trunk
Line 24: Line 21:
=== assert svn_revprops.has_key(properties.PROP_REVISION_DATE) === === CHKInventoryRepository(...) has no revision ... ===
 * https://code.launchpad.net/~vcs-imports/subvertpy/trunk-svn

Fixed in bzr-svn trunk.

=== bzrlib.errors.InconsistentDeltaDelta ===
 * https://code.launchpad.net/~gary/zc.buildout/trunk

== broken svn server ==

=== [codeplex.com] assert svn_revprops.has_key(properties.PROP_REVISION_DATE) ===
Line 47: Line 54:
== Launchpad code bugs ==

=== Launchpad uses "guessed" layout rather than a layout that matches the requested branch ===
 * https://code.launchpad.net/~vcs-imports/soprano/trunk
 * https://code.edge.launchpad.net/~vcs-imports/project-neon/trunk
Line 59: Line 72:
=== 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.
 * https://code.launchpad.net/~vcs-imports/almidon/trunk
== Needs investigation ==
Line 63: Line 74:
== Needs investigation ==
=== Empty parent '...' added, but child '...' wasn't added !? ===
 * https://code.launchpad.net/~vcs-imports/fun3compiler/trunk
== timing out ==
Line 68: Line 77:
 * https://code.launchpad.net/~soren/j/squeezebox/7.4
 * https://code.launchpad.net/~vcs-imports/kdesupport/trunk

At least some of these are fixed in bzr-svn 1.0.4.

=== CHKInventoryRepository(...) has no revision ... ===
 * https://code.launchpad.net/~vcs-imports/subvertpy/trunk-svn

=== Tried registering ... as parent while ... already was parent for ... ===
 * https://code.launchpad.net/~registry/koffice/trunk

=== AssertionError: Inconsistent revnum, prefixes: 0,set(['']) ===
 * https://code.launchpad.net/~javivf/lrut/trunk
 * https://code.launchpad.net/~vcs-imports/opentk/trunk

Fixed in bzr-svn 1.0.4
 * https://code.launchpad.net/~soren/squeezebox/7.4
Line 91: Line 85:
=== bzrlib.errors.InconsistentDeltaDelta ===
 * https://code.launchpad.net/~gary/zc.buildout/trunk
== Branch needs to be recreated but subscribers exist ==
Line 94: Line 87:
=== bzr-svn's hardcoded layout handler for the KDE repository is making unwarrantedly strict decisions on what constitutes a branch? ===
 * https://code.launchpad.net/~vcs-imports/soprano/trunk
 * https://code.edge.launchpad.net/~vcs-imports/project-neon/trunk

This is a bug in the way Launchpad opens bzr-svn branches. -- jelmer
 * https://code.launchpad.net/~teamkarl/karl3/trunk
 * https://code.launchpad.net/~tully.foote/ros/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.

bzr-svn bugs

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

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

Fixed in bzr-svn trunk.

bzrlib.errors.InconsistentDeltaDelta

broken svn server

[codeplex.com] assert svn_revprops.has_key(properties.PROP_REVISION_DATE)

bzr-svn bug 498925

This is caused by a server side bug present in the Microsoft Team Foundation Server to Subversion bridge running on codeplex.com.

I'm inclined to close these as wontfix since they are a server side issue. Perhaps we can look into importing natively from the team foundation server using bzr-tfs ? -- jelmer

Subversion bugs

get_log REPORT failed

subversion bug 312043

get_dir PROPFIND failed

subversion bug 203975

Launchpad code bugs

Launchpad uses "guessed" layout rather than a layout that matches the requested branch

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:

Needs investigation

timing out

SSL Verification error: signed using insecure algorithm

Checksum mismatch... possible corruption in source repository?

Branch needs to be recreated but subscribers exist

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