From d1e5ae618a16a1c263f1eb87380810d9d25d92f7 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Sun, 28 Dec 2008 23:38:37 -0500 Subject: [PATCH] Put the authors file in svn-all-fast-export format. svn path=/trunk/scripts/git-migration/; revision=1941 --- authors | 26 +++++++++++++------------- git-migrate-fast.sh | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/authors b/authors index 70f280e..7553e4a 100644 --- a/authors +++ b/authors @@ -1,13 +1,13 @@ -andersk = Anders Kaseorg -broder = Evan Broder -ecprice = Eric Price -geofft = Geoffrey Thomas -hartmans = Sam Hartman -mitchb = Mitchell Berger -neboat = Tao Ben Schardl -nelhage = Nelson Elhage -price = Greg Price -quentin = Quentin Smith -tabbott = Tim Abbott -y_z = Yang Zhang -zev = Zev Benjamin +andersk Anders Kaseorg +broder Evan Broder +ecprice Eric Price +geofft Geoffrey Thomas +hartmans Sam Hartman +mitchb Mitchell Berger +neboat Tao Ben Schardl +nelhage Nelson Elhage +price Greg Price +quentin Quentin Smith +tabbott Tim Abbott +y_z Yang Zhang +zev Zev Benjamin diff --git a/git-migrate-fast.sh b/git-migrate-fast.sh index a0b32c6..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" ] || \ -- 1.7.9.5