Diff for "FailingBzrSvnImports"

Not logged in - Log In / Register

Differences between revisions 25 and 26
Revision 25 as of 2010-09-14 19:13:33
Size: 3915
Editor: maxb
Comment:
Revision 26 as of 2010-09-14 19:19:59
Size: 4200
Editor: maxb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 56: Line 56:
<<Anchor(kde-layout)>>
Line 57: Line 58:
<<Anchor(kde-layout)>>
Line 60: Line 60:
 * https://code.launchpad.net/~vcs-imports/k3b/svn-trunk
 * https://code.launchpad.net/~vcs-imports/konversation/trunk
 * https://code.launchpad.net/~vcs-imports/choqok/trunk
 * https://code.launchpad.net/~robby/tellico/trunk
 * https://code.launchpad.net/~claydoh/kmymoney/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)