Diff for "FailingBzrSvnImports"

Not logged in - Log In / Register

Differences between revisions 19 and 21 (spanning 2 versions)
Revision 19 as of 2010-09-05 09:20:15
Size: 4484
Editor: maxb
Comment:
Revision 21 as of 2010-09-09 10:28:27
Size: 4728
Editor: jelmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
This bug is fixed in bzr-svn 1.0.4.
Line 27: Line 29:
=== Something to do with spaces in branch URL ===
[[Bug:496721|bzr-svn bug 496721]]
 * https://code.launchpad.net/~paul-climbing/winff/trunk
 * https://code.launchpad.net/~gusions/ubucompilator/trunk
This is caused by a server side bug present in the Microsoft Team Foundation Server to Subversion bridge running on codeplex.com.
Line 32: Line 31:
'''Supposedly fixed, but these are still failing''' 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
Line 72: Line 71:
At least some of these are fixed in bzr-svn 1.0.4.
Line 81: Line 82:

Fixed in bzr-svn 1.0.4
Line 94: Line 97:

This is a bug in the way Launchpad opens bzr-svn branches. -- jelmer

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

apply_txdelta_window assert len(tview) == tview_len

bzr-svn bug 480102

This bug is fixed in bzr-svn 1.0.4.

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

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:

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.

Needs investigation

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

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

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

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

AssertionError: Inconsistent revnum, prefixes: 0,set([''])

Fixed in bzr-svn 1.0.4

SSL Verification error: signed using insecure algorithm

Checksum mismatch... possible corruption in source repository?

bzrlib.errors.InconsistentDeltaDelta

bzr-svn's hardcoded layout handler for the KDE repository is making unwarrantedly strict decisions on what constitutes a branch?

This is a bug in the way Launchpad opens bzr-svn branches. -- jelmer

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