public
Fork of django/django
Description: My branches, patches and nitpicks.
Home | Edit | New

Home

migration plan

The plan is to create a git-svn clone of the Django SVN repository that respects the authors with an authors file.

Actual process of migration of existing clones

git filter-branch --env-filter '. path/to/map_authors' -- --all
rm -rf .git/refs/original
git gc
Last edited by brosner, Thu Oct 29 04:40:23 -0700 2009
Home | Edit | New
Versions: