summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/mandriva-svn2git.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/mandriva-svn2git.sh b/scripts/mandriva-svn2git.sh
index c50f17b..fe88d56 100755
--- a/scripts/mandriva-svn2git.sh
+++ b/scripts/mandriva-svn2git.sh
@@ -7,13 +7,6 @@ if [ -z $SOFTWARE ]; then
echo "Missing software to convert..."
fi
-if [ ! -f authors-transform.txt ]; then
-# STEP 1: Create an author listi
-echo 'OK'
-svn log -q http://svn.mandriva.com/svn/soft | awk -F '|' '/^r/ {sub("^ ", "", $2); sub(" $", "", $2); print $2" = "$2" <"$2"@mandriva.org>"}' | sort -u >> authors-transform.txt
-#vim authors-transform.txt
-fi
-
# STEP 2: Import in git
git svn clone http://svn.mandriva.com/svn/soft/$SOFTWARE --no-metadata -A authors-transform.txt --stdlayout temp