lp:~naesten/bzr-svn/355143-replay

Created by Samuel Bronson and last modified
Get this branch:
bzr branch lp:~naesten/bzr-svn/355143-replay
Only Samuel Bronson can upload to this branch. If you are Samuel Bronson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Samuel Bronson
Project:
Bazaar Subversion Plugin
Status:
Development

Recent revisions

3147. By Samuel Bronson

Reorganize -Dsvn_editor to use a set of wrapper classes.

(Coverage may not yet be complete.)

3146. By Samuel Bronson

Add -Dsvn_editor to trace (some of?) the calls made to editors by SVN.

3145. By Samuel Bronson

Merge in lp:~jelmer/bzr-svn/replay.

3144. By Samuel Bronson

Don't try to replay the non-existant "changes made by revision 0".

Now the test suite doesn't have any of these errors:
   SubversionException: ("Invalid revision number '-1'", 160006)
but it still has this much red:

FAILED (failures=4, errors=13, known_failure_count=2)
45 tests skipped
Missing feature 'tdb' skipped 23 tests.
tests failed

consisting of:

ERROR: bzrlib.plugins.svn.tests.test_branch.WorkingSubversionBranch.test_fetch_dir_upgrade
    An inconsistent delta was supplied involving 'bla', '2@b87c9cdb-0336-4340-8bc7-24175e72eaca:branches%2Fabranch%2Fbla'
reason: Path already versioned

ERROR: bzrlib.plugins.svn.tests.test_branch.WorkingSubversionBranch.test_fetch_odd
    An inconsistent delta was supplied involving 'hosts', '5@ea039996-ab69-4dbe-8a3f-af804c0dcd61:branches%2Ffoobranch%2Fhosts'
reason: Path already versioned

ERROR: bzrlib.plugins.svn.tests.test_branch.WorkingSubversionBranch.test_fetch_replace
    An inconsistent delta was supplied involving 'hosts', '5@6f95bc5c-e18d-4021-aca8-49ed51dbcb75:branches%2Ffoobranch%2Fhosts'
reason: Path already versioned

ERROR: bzrlib.plugins.svn.tests.test_fetch.TestFetchWorks.test_fetch_copy_remove_old
    An inconsistent delta was supplied involving 'afile', '2@b889c440-4468-45e0-b4fe-44f2c5f98696:branches%2Fblal%2Fafile'
reason: Path already versioned

ERROR: bzrlib.plugins.svn.tests.test_fetch.TestFetchWorks.test_fetch_dir_replace_self
    An inconsistent delta was supplied involving 'dir1', '4@fc262f7a-b47e-4797-8597-70de56e6672f:branches%2F1.0%2Fdir1'
reason: Path already versioned

ERROR: bzrlib.plugins.svn.tests.test_fetch.TestFetchWorks.test_fetch_dir_upgrade
    An inconsistent delta was supplied involving 'file', '2@5b376997-04a7-418a-bd28-7265ac6bcd4d:branches%2Fmybranch%2Ffile'
reason: Path already versioned

ERROR: bzrlib.plugins.svn.tests.test_fetch.TestFetchWorks.test_fetch_from_non_branch
    An inconsistent delta was supplied involving 'lib', '2@31c91b62-1fca-48f7-a847-3c36039291c7:trunk%2Flib'
reason: Path already versioned

ERROR: bzrlib.plugins.svn.tests.test_fetch.TestFetchWorks.test_fetch_move_root
    An inconsistent delta was supplied involving 'bloe', '2@1bb5742b-5b97-4d19-b1d7-c531a728e4f6:branch2%2Fbloe'
reason: Path already versioned

ERROR: bzrlib.plugins.svn.tests.test_fetch.TestFetchWorks.test_fetch_replace_self_open
    Unable to find file id for child 'afile' in 'adir' in <CachingRevisionMetadata for revision 4, path trunk in repository 'b3bd7aa6-d4b9-4480-b15a-f12afc378c95'>.

ERROR: bzrlib.plugins.svn.tests.test_fetch.TestFetchWorks.test_fetch_replace_self_open_older
    Unable to find file id for child 'afile' in 'adir' in <CachingRevisionMetadata for revision 4, path trunk in repository '109511b2-6200-404a-ac97-d12e12b62f01'>.

FAIL: bzrlib.plugins.svn.tests.test_fetch.TestFetchWorks.test_fetch_replace_with_subreplace

XFAIL: bzrlib.plugins.svn.tests.test_fetch.TestFetchWorks.test_fetch_special_becomes_symlink
not allowing svn:special invalid files to be restored to symlinks yet

ERROR: bzrlib.plugins.svn.tests.test_fetch.TestFetchWorks.test_fetch_svk_merge
    An inconsistent delta was supplied involving 'bla', '2@fc9729d6-6b4d-4da0-8960-f3869d489a42:branches%2Ffoo%2Fbla'
reason: Path already versioned

XFAIL: bzrlib.plugins.svn.tests.test_fetch.TestFetchWorks.test_fetch_symlink_with_newlines
Bazaar doesn't support newlines in symlink targets (#219832)

ERROR: bzrlib.plugins.svn.tests.test_fetch.TestFetchWorks.test_replace_from_branch
    Unable to find file id for child 'blie' in 'check/debian' in <CachingRevisionMetadata for revision 6, path tags/R_0_9_2 in repository 'ff00118d-6797-4734-8ab1-9f0f90730fff'>.

FAIL: bzrlib.plugins.svn.tests.test_push.PushNewBranchTests.test_change_root_fetch
    delete_entry should not be called

ERROR: bzrlib.plugins.svn.tests.test_push.TestPush.test_different_branch_path
    An inconsistent delta was supplied involving 'foo', '3@10fd1710-e35d-4eb8-834a-444a84c6baa3:branches%2Fmybranch%2Ffoo'
reason: Path already versioned

FAIL: bzrlib.plugins.svn.tests.mapping3.RepositoryTests.test_fetch_complex_ids_dirs

FAIL: bzrlib.plugins.svn.tests.mapping3.RepositoryTests.test_fetch_complex_ids_files

3143. By Samuel Bronson

Activate svn_ra_replay usage.

This results in the testsuite giving this result summary:

Ran 1291 tests in 917.035s

FAILED (failures=1, errors=96, known_failure_count=1)
45 tests skipped
Missing feature 'tdb' skipped 23 tests.
tests failed

Most of the failures are this:
    SubversionException: ("Invalid revision number '-1'", 160006)
(which I will fix in my next commit).

3142. By Jelmer Vernooij

Provide hint about using 'bzr co'.

3141. By Jelmer Vernooij

Remove mutter.

3140. By Jelmer Vernooij

Formatting fixes.

3139. By Jelmer Vernooij

Refer to foreign-mapping-upgrade rather than svn-upgrade.

3138. By Jelmer Vernooij

Remove unused code.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:bzr-svn/0.6
This branch contains Public information 
Everyone can see this information.

Subscribers