Diff for "FailingBzrSvnImports"

Not logged in - Log In / Register

Differences between revisions 27 and 41 (spanning 14 versions)
Revision 27 as of 2010-09-14 21:06:00
Size: 4194
Editor: maxb
Comment:
Revision 41 as of 2010-11-28 17:02:53
Size: 5268
Editor: maxb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 * https://code.launchpad.net/~jaricanese7/e107-cms/v0.7
Line 17: Line 18:
=== Empty parent '...' added, but child '...' wasn't added !? === === bzr-svn confused by read access restrictions to subtrees ===
Line 19: Line 20:

This feels painful to deal with. I want to blame svn for being silly.

=== KDE layout related - Empty parent '...' added, but child '...' wasn't added !? ===
[[Bug:638492|bzr-svn bug 638492]]
Line 20: Line 26:
 * https://code.launchpad.net/~kb9vqf/trinity-desktop/kdevelop
 * https://code.launchpad.net/~kb9vqf/trinity-desktop/kdeedu
 * https://code.launchpad.net/~kb9vqf/trinity-desktop/kdenetwork
 * https://code.launchpad.net/~kb9vqf/trinity-desktop/kdebase
 * https://code.launchpad.net/~kb9vqf/trinity-desktop/kdelibs

Fixed in bzr-svn 1.0.5dev.
Line 24: Line 37:
Fixed in bzr-svn trunk. Fixed in bzr-svn 1.0.5dev.
Line 29: Line 42:
=== Bug converting symlink changed to regular file - Checksum mismatch ===
[[Bug:638697|bzr-svn bug 638697]]
 * https://code.launchpad.net/~vcs-imports/kdebase/trunk

Fixed in bzr-svn 1.0.5dev.
Line 31: Line 50:
<<Anchor(codeplex)>>
Line 35: Line 55:
 * https://code.launchpad.net/~pedro-sam-coelho/smartvoice/trunk
Line 41: Line 62:
=== get_log REPORT failed === === get_log REPORT failed, Subversion breaks on non-UTF8 character in log message ===
Line 48: Line 69:
 * https://code.launchpad.net/~vcs-imports/chromium-browser/trunk
Line 50: Line 70:
=== get_dir PROPFIND failed === === get_dir PROPFIND failed, Subversion breaks on XML-tag-name-invalid character in property name ===
Line 80: Line 100:
== timing out == === Repeatably timing out ===
Line 88: Line 108:
=== Checksum mismatch... possible corruption in source repository? ===
 * https://code.launchpad.net/~vcs-imports/kdebase/trunk
Happens using "svn log" as well.
Line 91: Line 110:
== Branch needs to be recreated but subscribers exist == === AssertionError("%d != %d" % (len(tview), tview_len)) ===
Line 93: Line 112:

Jelmer suggested that recreating the branch from scratch would work, but a fresh import created after the 10.09 rollout also failed the same way: https://code.launchpad.net/~vcs-imports/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

bzr-svn confused by read access restrictions to subtrees

This feels painful to deal with. I want to blame svn for being silly.

bzr-svn bug 638492

Fixed in bzr-svn 1.0.5dev.

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

Fixed in bzr-svn 1.0.5dev.

bzrlib.errors.InconsistentDeltaDelta

bzr-svn bug 638697

Fixed in bzr-svn 1.0.5dev.

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 breaks on non-UTF8 character in log message

subversion bug 312043

get_dir PROPFIND failed, Subversion breaks on XML-tag-name-invalid character in property name

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

Repeatably timing out

SSL Verification error: signed using insecure algorithm

Happens using "svn log" as well.

AssertionError("%d != %d" % (len(tview), tview_len))

Jelmer suggested that recreating the branch from scratch would work, but a fresh import created after the 10.09 rollout also failed the same way: https://code.launchpad.net/~vcs-imports/ros/trunk

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