tree: 0e52b0f8a833b9b6a37c7b055eac6ce5613db4a2 [path history] [tgz]
  1. create-gh-repo.sh
  2. gen-repo-candidates.sh
  3. git-find-large-files.sh
  4. migrate-to-git.sh
  5. README.md
scripts/README.md

SCM Tooling

Git migration helpers

The workflow for migrating from Subversion to Git is the following:

  1. Generate the list of repository candidates

    $ ./tooling/scm/scripts/gen-repo-candidates.sh > repo-candidates.txt

  2. Create the remote repositories using the ASF self-service git tool

    $ ./tooling/scm/scripts/migrate-to-git.sh -r < repo-candidates.txt

Creating a repository can take up to one hour, so do this well in advance

  1. Extract the modules in individual repositories

    $ ./tooling/scm/scripts/migrate-to-git.sh -r < repo-candidates.txt

Also validate that the repositories created using step 2 are now live.

  1. Push the local changes to the remote repositories

    $ ./tooling/scm/scripts/migrate-to-git.sh -p < repo-candidates.txt