FailingBzrSvnImports

Not logged in - Log In / Register

Revision 8 as of 2010-06-04 23:12:23

Clear message

Overview / analysis of failing bzr-svn imports

An attempt to classify persistently failing bzr-svn code imports by cause.

apply_txdelta_window assert len(tview) == tview_len

bzr-svn bug 480102

In bzrlib.transform, 'ascii' codec can't encode characters: ordinal not in range(128)

Unable to convert Subversion path ... because it contains characters invalid in Bazaar.

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

assert svn_revprops.has_key(properties.PROP_REVISION_DATE)

bzr-svn bug 498925

logwalker iter_changes assert len(prefixes) == 1

bzr-svn bug 579491

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

Directory not empty

SvnRepository(...) has no revision svn-v4:...

'...' isn't in the same repository as '...' (looks like URL-encoding issue)

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

Something to do with spaces in branch URL

bzr-svn bug 496721

get_log REPORT failed

subversion bug 312043

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:

get_dir PROPFIND failed

subversion bug 203975

revprop_list PROPFIND failed

get_latest_revnum PROPFIND failed