Hi,

On Thu, Oct 20, 2011 at 12:22 AM, Jukka Zitting <[email protected]> wrote:
> It would be great if you'd like to test the results to see if
> everything looks as it should after the mapping to Subversion (and
> back to Git with git-svn). I'll make some test repositories available
> shortly.

I have now posted svndumps of the conversion results of the smaller
Git repositories at:

    http://people.apache.org/~jukka/callback/

To test these dumps, you need to create a local Subversion repository
and a full checkout of it like this:

    $ svnadmin create repo
    $ zcat repository.svndump.gz | svnadmin load repo
    $ svn checkout file://`pwd`/repo checkout

Then verify that the contents of checkout/trunk matches the master
branch in the respective Git repository, and that the branches and
tags found in checkout/branches and checkout/tags look correct. The
commit log for example at "cd checkout/trunk; svn log" should match
that of "git log --first-parent master" of the respective Git
repository.

I'll see if I can also use these dumps to create test Git mirrors like
the ones on git.apache.org and github.com/apache.

BR,

Jukka Zitting

Reply via email to