X-Git-Url: http://xvm.mit.edu/gitweb/invirt/scripts/git-migration.git/blobdiff_plain/0226af193c94476ff2029e0d44103bb4d216a331..adc568258455b79002593ee45e1b4c44ab0d89db:/git-migrate-fast.sh diff --git a/git-migrate-fast.sh b/git-migrate-fast.sh index 86dbebe..d63a20f 100755 --- a/git-migrate-fast.sh +++ b/git-migrate-fast.sh @@ -13,7 +13,7 @@ sed -n 's/^create repository // p' ../rules | while read repo; do mkdir -p "$repo" && GIT_DIR="$repo" git init --bare done -svn-all-fast-export --identity-map <(sed 's/= //' ../authors) ../rules "$SVN" +svn-all-fast-export --identity-map ../authors ../rules "$SVN" sed -n 's/^create repository // p' ../rules | while read repo; do ! [ -e "$repo/refs/heads/tags" ] || \ @@ -47,5 +47,11 @@ git filter-branch --tag-name-filter cat -- ^debian/0.1.1-1 --all rm -rf info/grafts refs/original popd +pushd packages/python-routefs.git +git fetch -t git://github.com/ebroder/python-routefs.git +git branch -f upstream 1.0.1 +git branch -f master 1.0.1-1 +popd + echo echo 'The Git migration was successful.'