Put the authors file in svn-all-fast-export format.
authorAnders Kaseorg <andersk@mit.edu>
Mon, 29 Dec 2008 04:38:37 +0000 (23:38 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Mon, 29 Dec 2008 04:38:37 +0000 (23:38 -0500)
svn path=/trunk/scripts/git-migration/; revision=1941

authors
git-migrate-fast.sh

diff --git a/authors b/authors
index 70f280e..7553e4a 100644 (file)
--- a/authors
+++ b/authors
@@ -1,13 +1,13 @@
-andersk = Anders Kaseorg <andersk@mit.edu>
-broder = Evan Broder <broder@mit.edu>
-ecprice = Eric Price <ecprice@mit.edu>
-geofft = Geoffrey Thomas <geofft@mit.edu>
-hartmans = Sam Hartman <hartmans@mit.edu>
-mitchb = Mitchell Berger <mitchb@mit.edu>
-neboat = Tao Ben Schardl <neboat@mit.edu>
-nelhage = Nelson Elhage <nelhage@mit.edu>
-price = Greg Price <price@mit.edu>
-quentin = Quentin Smith <quentin@mit.edu>
-tabbott = Tim Abbott <tabbott@mit.edu>
-y_z = Yang Zhang <y_z@mit.edu>
-zev = Zev Benjamin <zev@mit.edu>
+andersk Anders Kaseorg <andersk@mit.edu>
+broder Evan Broder <broder@mit.edu>
+ecprice Eric Price <ecprice@mit.edu>
+geofft Geoffrey Thomas <geofft@mit.edu>
+hartmans Sam Hartman <hartmans@mit.edu>
+mitchb Mitchell Berger <mitchb@mit.edu>
+neboat Tao Ben Schardl <neboat@mit.edu>
+nelhage Nelson Elhage <nelhage@mit.edu>
+price Greg Price <price@mit.edu>
+quentin Quentin Smith <quentin@mit.edu>
+tabbott Tim Abbott <tabbott@mit.edu>
+y_z Yang Zhang <y_z@mit.edu>
+zev Zev Benjamin <zev@mit.edu>
index a0b32c6..d63a20f 100755 (executable)
@@ -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
 
     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" ] || \
 
 sed -n 's/^create repository // p' ../rules | while read repo; do
     ! [ -e "$repo/refs/heads/tags" ] || \