dependency and usage notes for git-migrate-fast.sh
authorGreg Price <price@mit.edu>
Sat, 13 Jun 2009 20:07:18 +0000 (16:07 -0400)
committerGreg Price <price@mit.edu>
Sat, 13 Jun 2009 20:07:18 +0000 (16:07 -0400)
svn path=/trunk/scripts/git-migration/; revision=2353

git-migrate-fast.sh

index e47035c..55cee03 100755 (executable)
@@ -1,6 +1,13 @@
 #!/bin/bash
 set -e
 
 #!/bin/bash
 set -e
 
+# Depends: python-yaml, python-mako
+# and svn-all-fast-export, which comes from git://repo.or.cz/svn-all-fast-export
+# and builds with `qmake && make` with
+#   Build-Depends: qt4-qmake, libqt4-dev, libsvn-dev
+
+# Usage: ./git-migrate-fast.sh [svn-uri]
+# Exports into new subdir ./git .
 SVN=${1:-/mit/xvm/svn}
 
 mako-render rules.mako > rules
 SVN=${1:-/mit/xvm/svn}
 
 mako-render rules.mako > rules