Initialisation:
make init
Fetch/Update svn repo locally:
make checkout
Generate the rules using:
make generate-rules
Edit rules.root and rules.buildout to select repositories that you want to migrate
Concat the rules using:
make rules
Extract authors and create authors.raw file:
make authors
Based on user present in authors.raw edit the users that you want to keep in authors
Test your migration using migrate-test step:
make migrate-test
Generate git repos using:
make migrate
Generate git repos, create all repos on github, set origin to github and push:
make push