FailingBzrSvnImports

Not logged in - Log In / Register

Revision 16 as of 2010-08-14 00:07:46

Clear message

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

assert svn_revprops.has_key(properties.PROP_REVISION_DATE)

bzr-svn bug 498925

Something to do with spaces in branch URL

bzr-svn bug 496721

Supposedly fixed, but these are still failing

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 !?

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

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

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